mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
7 lines
184 B
Svelte
7 lines
184 B
Svelte
<svelte:head>
|
|
<title>hellob.art — 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>
|