summaryrefslogtreecommitdiff
path: root/public/views/error.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'public/views/error.ejs')
-rw-r--r--public/views/error.ejs20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/views/error.ejs b/public/views/error.ejs
new file mode 100644
index 00000000..cd9f54be
--- /dev/null
+++ b/public/views/error.ejs
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <%- include head %>
+ <link rel="stylesheet" href="/css/center.css">
+</head>
+
+<body>
+ <%- include header %>
+ <div class="container-fluid text-center">
+ <div class="vertical-center-row">
+ <h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
+ </div>
+ </div>
+ <%- include footer %>
+</body>
+
+</html>
+<%- include foot %> \ No newline at end of file