mitmproxy/libpathod/templates/about.html
Aldo Cortesi 5d18830f71 Fix typo.
2012-11-02 14:36:19 +13:00

34 lines
867 B
HTML

{% extends "frame.html" %}
{% block body %}
<section>
<div class="page-header">
<h1>
why
<small>this was written.</small>
</h1>
</div>
<p>I started pathod to improve testing for for the <a
href="http://mitmproxy.org">mitmproxy</a> project. From there, it soon grew
into a versatile HTTP Swiss army knife in its own right.</p>
</section>
<section>
<div class="page-header">
<h1>
who
<small>is to blame.</small>
</h1>
</div>
<p>pathod is developed by me, <a href="http://corte.si">Aldo Cortesi</a>.
Email me at aldo@corte.si with feedback or suggestions. If you like pathod, you
should follow me on <a href="http://twitter.com/cortesi">twitter</a> and <a
href="http://corte.si">subscribe to my blog</a>.</p>
</section>
{% endblock %}