aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/index.html')
-rw-r--r--libpathod/templates/index.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/libpathod/templates/index.html b/libpathod/templates/index.html
index 38b35dd8..f5808c4d 100644
--- a/libpathod/templates/index.html
+++ b/libpathod/templates/index.html
@@ -1,12 +1,13 @@
{% extends frame.html %}
{% block body %}
- <!-- Main hero unit for a primary marketing message or call to action -->
- <div class="hero-unit">
- <form>
- <input>
- <a type="submit" class="btn">explain</a>
-
+ <form class="well form-search" method="GET" action="/preview">
+ <input style="width: 30em;" name="spec" class="input-medium search-query">
+ <input type="submit" class="btn" value="preview">
+ <a href="#" class="btn">go</a>
</form>
- </div>
-
+ <script>
+ $(function(){
+ console.log("pigs");
+ });
+ </script>
{% end %}