mitmproxy/libpathod/templates/index.html
2012-04-29 21:15:02 +12:00

14 lines
409 B
HTML

{% extends frame.html %}
{% block body %}
<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>
<script>
$(function(){
console.log("pigs");
});
</script>
{% end %}