diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-14 18:19:00 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-14 18:19:00 +0200 |
| commit | 8891eea532102b58a23a71a491be2c3f151720b5 (patch) | |
| tree | de9e577df2b2ff9c0072fda07b90d1884088b7c9 /templates/index.html | |
| download | grimtube-8891eea532102b58a23a71a491be2c3f151720b5.tar.gz | |
Initial commit
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..7628712 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,6 @@ +{{define "title"}}Index{{end}} +{{define "content"}} + <form action="/search" method="get"> + <input id="term" name="term" type="text" placeholder="search" required> + </form> +{{end}} |
