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/500.html
@@ -0,0 +1,7 @@
+<html> + <title>500</title> +{{ template "header" . }} + <body> + 500 &mdash; something broke! + </body> +</html>