diff options
Diffstat (limited to 'utab/data/index.html')
-rw-r--r-- | utab/data/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/utab/data/index.html b/utab/data/index.html index e2f20b0..f762f52 100644 --- a/utab/data/index.html +++ b/utab/data/index.html @@ -7,10 +7,23 @@ <title>utab</title> </head> <body> + <h2>Search</h2> + <div id="search"> + <form action="/search" method="GET"> + <input + class="form-input" + name="q" + type="text" + placeholder="[/<engine>] <query>" + /> + <input class="form-button" type="submit" value="Search" /> + </form> + </div> <h2>%site_heading%</h2> <div id="sites"> %sites% </div> + <footer class="ctrl"> <a href="/"> <img class="ctrl-icon" src="/icons/home.svg" /> |