mitmproxy/libmproxy/templates/certs.html
2013-07-23 10:28:35 +12:00

15 lines
219 B
HTML

{% extends "frame.html" %}
{% block body %}
<div class="masthead">
<div class="container">
<h1>mitmproxy: pathological HTTP</h1>
<p>Here are some certs.</p>
</div>
</div>
{% endblock %}