aboutsummaryrefslogtreecommitdiff
path: root/error.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'error.tpl')
-rw-r--r--error.tpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/error.tpl b/error.tpl
deleted file mode 100644
index c53fa4f..0000000
--- a/error.tpl
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>
-
-