main-site/src/routes/about/+page.svelte

12 lines
424 B
Svelte
Raw Normal View History

<svelte:head>
2024-01-02 02:39:22 +01:00
<title>About</title>
<meta name="description" content="Information about this Website" />
</svelte:head>
2024-01-04 00:53:07 +01:00
2024-01-06 14:39:37 +01:00
<div class="flex max-h-full flex-row flex-wrap justify-center gap-10 overflow-auto p-8">
<p>
2024-01-06 14:40:46 +01:00
This is just a small Website I built to organize all of the Services I am self-hosting. Maybe
I'll eventually add something actually useful to the site but until then this is all you'll get.
2024-01-06 14:39:37 +01:00
</p>
</div>