Edit About page contents

This commit is contained in:
Neshura 2024-01-06 14:39:37 +01:00
parent b36c2bc082
commit 23bd323bf8
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -7,12 +7,19 @@
<meta name="description" content="Information about this Website" /> <meta name="description" content="Information about this Website" />
</svelte:head> </svelte:head>
<p> <div class="flex max-h-full flex-row flex-wrap justify-center gap-10 overflow-auto p-8">
Version: <p>
<a This is just a small Website I built to organize all of the Services I am self-hosting.
href="https://forgejo.neshweb.net/Neshweb-Sites/main-site/releases/tag/{version}" Maybe I'll eventually add something actually useful to the site but until then this is all you'll get.
class="hover:underline" </p>
> <p>
{version} Version:
</a> <a
</p> href="https://forgejo.neshweb.net/Neshweb-Sites/main-site/releases/tag/{version}"
class="hover:underline"
>
{version}
</a>
</p>
</div>