aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/docs_pathoc.html
blob: c1799e49bd13d92169cf2d1375f05873ed76328a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{% extends "frame.html" %}
{% block body %}  
<div class="page-header">
   <h1>
        pathoc
        <small>A perverse HTTP client.</small>
    </h1>
</div>


<section>
    <div class="page-header">
       <h1>Getting Started</h1>
    </div>

</section>


<section>
    <div class="page-header">
       <h1>Basic Fuzzing</h1>
    </div>

</section>


{% endblock %}