mitmproxy/libpathod/templates/docs_pathoc.html

28 lines
370 B
HTML
Raw Normal View History

2012-06-28 23:53:59 +00:00
{% extends "frame.html" %}
{% block body %}
2012-06-23 23:14:54 +00:00
<div class="page-header">
<h1>
pathoc
<small>A perverse HTTP client.</small>
</h1>
</div>
2012-06-23 22:18:20 +00:00
2012-07-30 09:12:42 +00:00
<section>
<div class="page-header">
<h1>Getting Started</h1>
</div>
</section>
<section>
<div class="page-header">
<h1>Basic Fuzzing</h1>
</div>
</section>
2012-06-28 23:53:59 +00:00
{% endblock %}