summaryrefslogtreecommitdiff
path: root/search.gtpl
blob: c14c02b9ad5ab87b84c56af2d303030c969bea46 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<body>
    <h1>DogeKnows</h1>
    <form action="/classic/search" method="GET">
        <input type="text" name="query" value="{{.OriginalQuery.Query}}" placeholder="Search Query" spellcheck="false">
        <input type="submit">
    </form>
</body>
</html>