aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/index.html b/index.html
index b1542e1..01052a4 100644
--- a/index.html
+++ b/index.html
@@ -60,14 +60,12 @@
<!-- search form -->
<div class="column is-6 is-offset-3">
<div class="box has-background-black-ter">
- <div class="field has-addons">
- <form class="control is-expanded">
+ <form class="field has-addons">
+ <div class="control is-expanded">
<input class="input has-text-centered" type="search" placeholder="» » » » » » find me « « « « « «">
- </form>
- <div class="control">
- <a class="button is-dark">Search</a>
</div>
- </div>
+ <input class="button is-dark" name="submit" value="Search" type="submit">
+ </form>
</div>
</div>
<!-- end search form -->