summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/index.html b/templates/index.html
deleted file mode 100644
index 9191892..0000000
--- a/templates/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{define "title"}}Index{{end}}
-{{define "content"}}
- <form action="/search" method="get">
- <input id="term" name="term" type="text" placeholder="search" required>
- <select id="lang" name="lang">
- {{range .Langs}}
- <option> {{.}}</option>
- {{end}}
- </select>
- <select id="order" name="order">
- {{range .Orders}}
- <option>{{.}}</option>
- {{end}}
- </select>
- </form>
-{{end}}