about summary refs log tree commit diff
path: root/tools/govanity/templates/index.html.tpl
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-08 10:15:46 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-08 10:15:46 -0700
commit347a1e19231b83c3ae8ace1fd32a05d2f8f54905 (patch)
treed8add10ee8a9040ea4c403fd3665b3dc8209a506 /tools/govanity/templates/index.html.tpl
parentci: add GitHub action to update flakes and dependabot (diff)
downloadworld-347a1e19231b83c3ae8ace1fd32a05d2f8f54905.tar.gz
ref(tools/govanity): moved back to its own repository
It's back at https://github.com/fcuny/govanity
Diffstat (limited to 'tools/govanity/templates/index.html.tpl')
-rw-r--r--tools/govanity/templates/index.html.tpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/govanity/templates/index.html.tpl b/tools/govanity/templates/index.html.tpl
deleted file mode 100644
index fd8fc56..0000000
--- a/tools/govanity/templates/index.html.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-<!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>