Added: Habit creation logic

This commit is contained in:
2024-12-26 18:47:00 +01:00
parent 85209ff134
commit 43960ddcb9
7 changed files with 158 additions and 2 deletions

View File

@ -1 +1,3 @@
<h1>Welcome <?= $_SESSION['user']['username']?>!</h1>
<a href="/habits/create">Create new Habit</a>