hellob.art/src/routes/blog/+page.svelte

7 lines
184 B
Svelte

<svelte:head>
<title>hellob.art &mdash; blog</title>
</svelte:head>
<main class="container mx-auto px-4 py-8 text-left">
<h2 class="text-3xl font-bold mb-8">Blog posts</h2>
</main>