added login, logout and registration sites and functionality as well as an protected profile page

This commit is contained in:
Patryk Hegenberg 2023-01-08 13:51:00 +01:00
parent cbebac47fa
commit 5b3f5a1123
12 changed files with 163 additions and 28 deletions

View file

@ -12,7 +12,7 @@
<h1 class="text-4xl font-bold tracking-tight sm:text-center sm:text-6xl">Automatisiere spielerisch das 1x1</h1>
<p class="mt-6 text-lg leading-8 text-gray-600 sm:text-center">Zeige was du kannst und kämpfe dich durch denn Dungeon.</p>
<div class="mt-8 flex gap-x-4 sm:justify-center">
<a href="/login" class="<?= urlIs("/login") ?> nes-btn is-primary">
<a href="/login" class="<?= urlIs("/login") ?> nes-btn is-primary">
Los geht's
<span class="text-indigo-200" aria-hidden="true">&rarr;</span>
</a>