mitmproxy/libpathod/templates/index.html

14 lines
409 B
HTML
Raw Normal View History

2012-04-28 00:42:03 +00:00
{% extends frame.html %}
{% block body %}
2012-04-29 09:15:02 +00:00
<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>
2012-04-28 00:42:03 +00:00
</form>
2012-04-29 09:15:02 +00:00
<script>
$(function(){
console.log("pigs");
});
</script>
2012-04-28 00:42:03 +00:00
{% end %}