This commit is contained in:
2023-06-25 00:10:57 +05:30
commit a4eb13cdac
20 changed files with 1830 additions and 0 deletions

18
views/error.html Normal file
View File

@@ -0,0 +1,18 @@
{{ 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/aryak/simplytranslate/issues" target="_blank"
>Create an issue on Codeberg.</a
>
</h3>
</div>
</main>
{{ template "footer" .}}