Prettier linting
All checks were successful
Run Tests on Code / test (push) Successful in 25s
Build Docker Image on Pull Request / test (pull_request) Successful in 3m26s

This commit is contained in:
Neshura 2024-01-06 14:40:46 +01:00
parent 23bd323bf8
commit ea8e759f6a
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -9,17 +9,16 @@
<div class="flex max-h-full flex-row flex-wrap justify-center gap-10 overflow-auto p-8"> <div class="flex max-h-full flex-row flex-wrap justify-center gap-10 overflow-auto p-8">
<p> <p>
This is just a small Website I built to organize all of the Services I am self-hosting. This is just a small Website I built to organize all of the Services I am self-hosting. Maybe
Maybe I'll eventually add something actually useful to the site but until then this is all you'll get. I'll eventually add something actually useful to the site but until then this is all you'll get.
</p> </p>
<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}"
class="hover:underline" class="hover:underline"
> >
{version} {version}
</a> </a>
</p> </p>
</div> </div>