aboutsummaryrefslogtreecommitdiff
path: root/error.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'error.tpl')
-rw-r--r--error.tpl22
1 files changed, 22 insertions, 0 deletions
diff --git a/error.tpl b/error.tpl
new file mode 100644
index 0000000..c53fa4f
--- /dev/null
+++ b/error.tpl
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" href="/style.css" defer>
+ <title>Error {{.Short}}</title>
+</head>
+<body>
+<nav>
+ <a href="/">Home</a>
+ <div style="display: block; float: right;">
+ </div>
+</nav>
+
+<h1>{{.Short}}</h1>
+
+{{.Long}}
+
+</body>
+</html>
+
+