aboutsummaryrefslogtreecommitdiff
path: root/views/404.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/404.ejs')
-rw-r--r--views/404.ejs10
1 files changed, 10 insertions, 0 deletions
diff --git a/views/404.ejs b/views/404.ejs
new file mode 100644
index 0000000..2bcc58e
--- /dev/null
+++ b/views/404.ejs
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <% include ./includes/header %>
+ <title><%= title %></title>
+</head>
+<body>
+ <h1>404 - Not Found</h1>
+</body>
+</html> \ No newline at end of file