aboutsummaryrefslogtreecommitdiff
path: root/tools/govanity/templates/index.html.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/govanity/templates/index.html.tpl')
-rw-r--r--tools/govanity/templates/index.html.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/govanity/templates/index.html.tpl b/tools/govanity/templates/index.html.tpl
new file mode 100644
index 0000000..fd8fc56
--- /dev/null
+++ b/tools/govanity/templates/index.html.tpl
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>golang repo</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ </head>
+ <body>
+ <ul>
+ {{ range $idx, $m := .Repositories }}
+ <li>go get <a href="{{ $m.Repo }}">{{ $.BaseUrl }}/{{ $m.Name }}/</a></li>
+ {{end}}
+ </ul>
+ </body>
+</html>