]> git.armaanb.net Git - bettersearch.git/blob - index.html
Implement a working prototype
[bettersearch.git] / index.html
1 <html>
2 <head>
3         <link rel="stylesheet" type="text/css" href="/styles.css">
4 </head>
5 <body>
6 <h1>Search</h1>
7         <form action="/search">
8                 <label for="q">Search Query</label>
9                 <input type="text" name="q" id="q">
10                 <input type="submit">
11         </form>
12 <body>
13 </html>