Edit About page contents
This commit is contained in:
parent
b36c2bc082
commit
23bd323bf8
1 changed files with 16 additions and 9 deletions
|
@ -7,7 +7,12 @@
|
||||||
<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">
|
||||||
|
<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>
|
||||||
|
<p>
|
||||||
Version:
|
Version:
|
||||||
<a
|
<a
|
||||||
href="https://forgejo.neshweb.net/Neshweb-Sites/main-site/releases/tag/{version}"
|
href="https://forgejo.neshweb.net/Neshweb-Sites/main-site/releases/tag/{version}"
|
||||||
|
@ -15,4 +20,6 @@
|
||||||
>
|
>
|
||||||
{version}
|
{version}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue