Files
fuel-stats/app/views/dashboard/index.php
T
2024-12-26 18:47:00 +01:00

4 lines
101 B
PHP

<h1>Welcome <?= $_SESSION['user']['username']?>!</h1>
<a href="/habits/create">Create new Habit</a>