diff options
Diffstat (limited to 'templates/search.gtpl')
-rw-r--r-- | templates/search.gtpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/search.gtpl b/templates/search.gtpl index 65442c7..9da6f12 100644 --- a/templates/search.gtpl +++ b/templates/search.gtpl @@ -1,7 +1,12 @@ <!DOCTYPE html> <html> +<head> + <title>{{.GlobalVars.Name}} - Classic Mode</title> + <script defer data-domain="fda510k.navan.dev" src="https://plausible.io/js/script.js"></script> +</head> <body> <h1>{{.GlobalVars.Name}} - Classic Mode</h1> + <p>Classic mode makes it easier to scrap results and is intended for powerusers. Not updated often, but will always work without any JS</p> <form action="/classic/search" method="GET"> <input type="text" name="query" placeholder="Search Query" spellcheck="false"> <input type="submit"> |