diff options
Diffstat (limited to 'frontend/templates/index.tmpl')
-rw-r--r-- | frontend/templates/index.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/templates/index.tmpl b/frontend/templates/index.tmpl new file mode 100644 index 0000000..fd9cc8f --- /dev/null +++ b/frontend/templates/index.tmpl @@ -0,0 +1,11 @@ +<!doctype html> +<html lang="en-GB"> + <head> + <meta charset="UTF-8" /> + <title>Searchix</title> + </head> + <body> + <h1>Searchix</h1> + {{ .LiveReload }} + </body> +</html> |