2024-01-04 00:53:28 +01:00
|
|
|
<script lang="ts">
|
2024-01-04 01:36:35 +01:00
|
|
|
import { version } from '$app/environment';
|
2024-01-04 00:53:28 +01:00
|
|
|
</script>
|
|
|
|
|
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>
|
|
|
|
<p>
|
|
|
|
Version:
|
|
|
|
<a
|
2024-01-06 14:40:46 +01:00
|
|
|
href="https://forgejo.neshweb.net/Neshweb-Sites/main-site/releases/tag/{version}"
|
|
|
|
class="hover:underline"
|
2024-01-06 14:39:37 +01:00
|
|
|
>
|
|
|
|
{version}
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
</div>
|