2022-11-06 04:34:34 +09:00
|
|
|
{{ 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>
|
2022-12-01 02:47:59 +09:00
|
|
|
<h3>Think this is a bug? <a href="https://codeberg.org/gothub/gothub/issues" target="_blank">Create an issue on Codeberg.</a></h3>
|
2022-11-06 04:34:34 +09:00
|
|
|
</div>
|
2022-12-01 02:47:59 +09:00
|
|
|
</main>
|
2023-03-08 01:00:33 +09:00
|
|
|
</body>
|
|
|
|
</html>
|