mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
10 lines
325 B
HTML
10 lines
325 B
HTML
{% extends "!page.html" %}
|
|
{% block sidebartitle %}
|
|
<a href="https://mitmproxy.org/" style="margin-bottom: 7px; background: none !important;">
|
|
<button class="btn btn-info">
|
|
<i class="fa fa-arrow-left"></i>
|
|
Return to mitmproxy.org
|
|
</button>
|
|
</a>
|
|
{{ super() }}
|
|
{% endblock %} |