summaryrefslogtreecommitdiff
path: root/templates/search.gtpl
blob: 65442c7f8405bf741aad6c0cc96596fd575a6fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<body>
    <h1>{{.GlobalVars.Name}} - Classic Mode</h1>
    <form action="/classic/search" method="GET">
        <input type="text" name="query" placeholder="Search Query" spellcheck="false">
        <input type="submit">
    </form>
    <script defer data-domain="fda510k.navan.dev" src="https://plausible.io/js/script.js"></script>
</body>
</html>