aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/templates/index.html
blob: 4e5c885bbbb9b24dda63d5001859f873ec272eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% 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 %}