all repos — legit @ e0f34796a37666058dce61277bc546add707fb2e

web frontend for git

templates/404.html (view raw)

1<html>
2  <title>404</title>
3{{ template "header" . }}
4  <body>
5    404 &mdash; nothing like that here
6  </body>
7</html>