aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/error.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/error.ejs')
-rw-r--r--app/views/error.ejs9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/error.ejs b/app/views/error.ejs
new file mode 100644
index 0000000..47cc546
--- /dev/null
+++ b/app/views/error.ejs
@@ -0,0 +1,9 @@
+<% include header %>
+
+</head>
+<body>
+ <h1><%= title %></h1>
+ <p><%= text %></p>
+
+
+<% include footer %>