mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
15 lines
221 B
HTML
15 lines
221 B
HTML
{% 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 %}
|