<svelte:head>
	<title>About</title>
	<meta name="description" content="Information about this Website" />
</svelte:head>

<div class="flex max-h-full flex-row flex-wrap justify-center gap-10 overflow-auto p-8">
	<p>
		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.
	</p>
</div>