Added: MVC structure, Router, Views and Controllers for home page and login/signup
This commit is contained in:
13
app/views/errors/404.php
Normal file
13
app/views/errors/404.php
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Habit Tracker | Error 494</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Error 404 - Page not found</h1>
|
||||
<a href="/">Go back home</a>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user