pretty much everything so far

Signed-off-by: Odyssey <odyssey346@disroot.org>
This commit is contained in:
Odyssey
2022-11-05 20:34:34 +01:00
parent 9da7daac7a
commit e01ee8ecdc
16 changed files with 1363 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{{ template "header" .}}
<main>
<div class="center">
<h1 style="color: red;">Error</h1>
<h2>Someone pushed to production. Just kidding, that's probably not what happened. Here's the error:</h2>
<pre class="error">{{.error}}</pre>
<h3>Think this is a bug? <a href="https://codeberg.org/Odyssium/gothub/issues" target="_blank">Create an issue on Codeberg.</a></h3>
</div>
</main>