summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst92@gmail.com>2021-01-11 18:13:17 +0100
committerJulian Hurst <julian.hurst92@gmail.com>2021-01-11 18:13:17 +0100
commit3e0d197bfbea2b093b9d120dcd6c5071bf34cf4e (patch)
treeb723f9fe5abd6f1b442ca47eec5593fe93952c9b /templates/index.html
parent98157e607cf1c4aba1257abcc7742a8c4a1b94a0 (diff)
downloadgrimtube-3e0d197bfbea2b093b9d120dcd6c5071bf34cf4e.tar.gz
Remove index template
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}}