aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/templates/certs.html
blob: d30f23a30b41ce61eebca930f23f367880a4241a (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>Here are some certs.</p>
    </div>
</div>


{% endblock %}