From 64ce3b358ffed2eb34d6836b57dd7849ce856a09 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 23 Jul 2013 10:28:35 +1200 Subject: Make a start on mitmproxy web app. --- libmproxy/templates/layout.html | 68 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 libmproxy/templates/layout.html (limited to 'libmproxy/templates/layout.html') diff --git a/libmproxy/templates/layout.html b/libmproxy/templates/layout.html new file mode 100644 index 00000000..9eec2aee --- /dev/null +++ b/libmproxy/templates/layout.html @@ -0,0 +1,68 @@ + + + + + mitmproxy + + + + + + + + + + + + + + + + + + + +
+ {% block content %} + {% endblock %} +
+ +
+ + + -- cgit v1.2.3