frieren

~ / frieren

a self-hosted git server in one binary — everyone reads, only the owner writes

frieren / templates / notfound.html 187 B · raw

{{define "notfound"}}{{template "pagehead" .}}
<div class="empty">
  <h1>404</h1>
  <p>Nothing here. <a href="/">Back to the repositories.</a></p>
</div>
{{template "pagefoot" .}}{{end}}