summaryrefslogtreecommitdiff
path: root/pkg/webui/html/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/webui/html/error.html')
-rw-r--r--pkg/webui/html/error.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/webui/html/error.html b/pkg/webui/html/error.html
new file mode 100644
index 0000000..d2ea7e1
--- /dev/null
+++ b/pkg/webui/html/error.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+<article>
+ <h1>{{ .Status }} - {{ .StatusText }}</h1>
+ <p>{{ .Err }}</p>
+</article>
+{{ end }}