mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
10 lines
327 B
HTML
10 lines
327 B
HTML
|
{% extends "!layout.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 %}
|