2024-01-02 02:11:51 +01:00
|
|
|
<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>
|