aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/templates/frame.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-07-23 10:28:35 +1200
committerAldo Cortesi <aldo@nullcube.com>2013-07-23 10:28:35 +1200
commit64ce3b358ffed2eb34d6836b57dd7849ce856a09 (patch)
tree657db1643284575fb040efa088eb9ec193405f31 /libmproxy/templates/frame.html
parent55f7e8d5b987636e359cefb4e92fb45e3becc9ea (diff)
downloadmitmproxy-64ce3b358ffed2eb34d6836b57dd7849ce856a09.tar.gz
mitmproxy-64ce3b358ffed2eb34d6836b57dd7849ce856a09.tar.bz2
mitmproxy-64ce3b358ffed2eb34d6836b57dd7849ce856a09.zip
Make a start on mitmproxy web app.
Diffstat (limited to 'libmproxy/templates/frame.html')
-rw-r--r--libmproxy/templates/frame.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/libmproxy/templates/frame.html b/libmproxy/templates/frame.html
new file mode 100644
index 00000000..b5c5c67c
--- /dev/null
+++ b/libmproxy/templates/frame.html
@@ -0,0 +1,9 @@
+{% extends "layout.html" %}
+{% block content %}
+<div class="row">
+ <div class="span12">
+ {% block body %}
+ {% endblock %}
+ </div>
+</div>
+{% endblock %}