mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-29 20:55:03 +08:00
Docs and examples to top level
This commit is contained in:
10
docs/_templates/page.html
vendored
Normal file
10
docs/_templates/page.html
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user