all repos — elgit @ 856f66808b913baff13c815daec3cdde7121e3bd

fork of legit: web frontend for git, written in go

all: init

commit

856f66808b913baff13c815daec3cdde7121e3bd

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A templates/404.html
@@ -0,0 +1,7 @@
+<html> + <title>404</title> +{{ template "header" . }} + <body> + 404 &mdash; nothing like that here + </body> +</html>