mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
30a68263e7
Co-authored-by: Odyssium <hi@odyssey346.dev> Co-authored-by: Midou36O <facemioo4@gmail.com> Co-authored-by: Arya Kiran <arya@projectsegfau.lt> Co-authored-by: Odyssium <odyssium@noreply.codeberg.org> Co-authored-by: medanisjbara <medanisjbara@proton.me> Co-authored-by: Midou36O <midou36o@noreply.codeberg.org> Co-authored-by: No-Logs.com <no-logs@noreply.codeberg.org> Reviewed-on: https://codeberg.org/gothub/gothub/pulls/107
21 lines
594 B
HTML
21 lines
594 B
HTML
{{ 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/gothub/gothub/issues" target="_blank"
|
|
>Create an issue on Codeberg.</a
|
|
>
|
|
{{ if .link }} Or view this page on
|
|
<a rel="noreferrer" href="https://github.com{{.link}}">GitHub</a> {{end}}
|
|
</h3>
|
|
</div>
|
|
</main>
|
|
{{ template "footer" .}}
|