mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
14 lines
219 B
HTML
14 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 %}
|