fuel-stats/app/views/dashboard/index.php

4 lines
101 B
PHP
Raw Normal View History

<h1>Welcome <?= $_SESSION['user']['username']?>!</h1>
2024-12-26 18:47:00 +01:00
<a href="/habits/create">Create new Habit</a>