This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitmproxy
mirror of
https://github.com/mitmproxy/mitmproxy.git
Watch
1
Star
1
Fork
You've already forked mitmproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1b42f5ab1f
mitmproxy
/
libpathod
/
templates
/
index.html
5 lines
100 B
HTML
Raw
Normal View
History
Unescape
Escape
Built-in app: Index page.
2012-06-21 04:25:27 +00:00
{% extends "frame.html" %}
Initial checkin.
2012-04-28 00:42:03 +00:00
{% block body %}
Built-in app: Index page.
2012-06-21 04:25:27 +00:00
{% include "previewform.html" %}
{% endblock %}