From 76982937a68a2adaf96ec2d258e369d7c871a609 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 10 Sep 2014 11:34:58 +1200 Subject: Reorg to put web app in its own directory --- libmproxy/web/templates/layout.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 libmproxy/web/templates/layout.html (limited to 'libmproxy/web/templates/layout.html') diff --git a/libmproxy/web/templates/layout.html b/libmproxy/web/templates/layout.html new file mode 100644 index 00000000..9c8721d8 --- /dev/null +++ b/libmproxy/web/templates/layout.html @@ -0,0 +1,33 @@ + + + + + + + + + + + mitmproxy + + + + + + + + + +
+ {% block content %} + {% endblock %} +
+ + + -- cgit v1.2.3