aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/index.html
blob: f5808c4dd3085818434cc7f4ab02212a783f3825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% 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 %}