Added: MVC structure, Router, Views and Controllers for home page and login/signup
This commit is contained in:
4
app/views/home/index.php
Normal file
4
app/views/home/index.php
Normal file
@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<h1>Welcome to Habit Tracker!</h1>
|
||||
<p>Track your habits and achieve your goals.</p>
|
||||
</div>
|
Reference in New Issue
Block a user