all repos — legit @ 6857a2f002358c47f588c8417482a5afd01725d0

Unnamed repository; edit this file 'description' to name the repository.

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>