mitmproxy/libmproxy/templates/index.html

15 lines
221 B
HTML
Raw Normal View History

2013-07-22 22:28:35 +00:00
{% extends "frame.html" %}
{% block body %}
<div class="masthead">
<div class="container">
<h1>mitmproxy: pathological HTTP</h1>
<p>This is an index page.</p>
</div>
</div>
{% endblock %}