summaryrefslogtreecommitdiff
path: root/pkg/webui/html/error.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-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..cda21f6
--- /dev/null
+++ b/pkg/webui/html/error.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+<main class="responsive">
+<h5>{{ .Status }} - {{ .StatusText }}</h5>
+<p>{{ .Err }}</p>
+</main>
+{{ end }}