]> git.armaanb.net Git - bettersearch.git/blob - templates/index.html
Update HTML templates
[bettersearch.git] / templates / index.html
1 <h1>Web Search</h1>
2 <form action="/search">
3         <label for="q">Search Query</label>
4         <input type="text" name="q" id="q">
5         <input type="submit">
6 </form>