Add 404 page

This commit is contained in:
video-prize-ranch
2022-05-23 11:30:17 -04:00
parent 6eee86d682
commit d05f7f868d
6 changed files with 41 additions and 4 deletions

20
views/errors/404.hbs Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{> 'partials/head' }}
<title>404 - rimgo</title>
</head>
<body>
{{> 'partials/header' }}
<main>
<h2 class="errorTitle">404 Not Found</h2>
<p class="errorTitle">Click <a href="/">here</a> to return to home.</p>
</main>
</body>
</html>