+ New

fierj

Public

Tiny personal git forge

← fierj / templates / error.html
{{template "head" .}}
{{define "title"}}Error {{.Code}} - fierj{{end}}
<div style="text-align:center;padding:3rem 1rem;">
    <h1 style="font-size:3rem;font-weight:300;color:var(--text-secondary);margin-bottom:0.5rem;">{{.Code}}</h1>
    <p style="font-size:1.1rem;color:var(--text-secondary);margin-bottom:1.5rem;">{{.Message}}</p>
    <a href="/" class="btn" style="display:inline-flex;">← Back to repositories</a>
</div>
{{template "foot" .}}