phoebe/web/app/src/routes/Home.svelte
2021-05-10 09:45:32 +07:00

15 lines
260 B
Svelte

<script>
</script>
<section class="hero is-primary is-medium">
<div class="hero-body">
<p class="title">
Shioriko
</p>
<p class="subtitle">
Booru-style gallery written in Go and Svelte
</p>
</div>
</section>