Added: MVC structure, Router, Views and Controllers for home page and login/signup
This commit is contained in:
4
app/views/shared/header.php
Normal file
4
app/views/shared/header.php
Normal file
@ -0,0 +1,4 @@
|
||||
<header>
|
||||
<a href="/signin">Log In</a>
|
||||
<a href="/signup">Sign Up</a>
|
||||
</header>
|
Reference in New Issue
Block a user