added login, logout and registration sites and functionality as well as an protected profile page
This commit is contained in:
parent
cbebac47fa
commit
5b3f5a1123
12 changed files with 163 additions and 28 deletions
10
views/profile.view.php
Normal file
10
views/profile.view.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php require('partials/head.php') ?>
|
||||
<?php require('partials/nav.php') ?>
|
||||
|
||||
<div class="flex min-h-full items-center justify-center py-12 px-4 sm:px-6 lg:px-8">
|
||||
<div class="w-full max-w-md space-y-8 nes-container">
|
||||
<h1>Dieses ist die Profile Page</h1>
|
||||
<a href="/logout" class="<?= urlIs("/logout") ?> nes-btn">Abmelden</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php require('partials/footer.php') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue