summaryrefslogtreecommitdiff
path: root/templates/search.gtpl
blob: 841b0686d0c9d6112bd4aa1e40a0b99f7b6295bc (plain)
1
2
3
4
5
6
7
8
9
10
<!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>
</body>
</html>