aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/index.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-29 21:15:02 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-29 21:15:02 +1200
commit1431b36c4a226dc9b57a3334364a0c40162c388f (patch)
treea2e65e7cecad73c6e579ef63c3358f5baa4afb78 /libpathod/templates/index.html
parent37e880b3990e2729d857b0f3a24f80d45116b7f0 (diff)
downloadmitmproxy-1431b36c4a226dc9b57a3334364a0c40162c388f.tar.gz
mitmproxy-1431b36c4a226dc9b57a3334364a0c40162c388f.tar.bz2
mitmproxy-1431b36c4a226dc9b57a3334364a0c40162c388f.zip
Preview in web application.
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 %}