aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/sourcehut/error.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/sourcehut/error.html b/themes/sourcehut/error.html
new file mode 100644
index 0000000..2e25f60
--- /dev/null
+++ b/themes/sourcehut/error.html
@@ -0,0 +1,14 @@
+{{template "head.html" .}}
+
+<div class="page-wrap">
+ <div class="container error">
+ <h1>{{.Code}}: {{.Status}}</h1>
+ <p>
+ An error occured. You can try
+ <a href="/">returning to your inbox</a>,
+ or contact support.
+ </p>
+ </div>
+</div>
+
+{{template "foot.html"}}