aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/templates/index.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/index.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/index.html')
-rw-r--r--libmproxy/templates/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/libmproxy/templates/index.html b/libmproxy/templates/index.html
new file mode 100644
index 00000000..4e5c885b
--- /dev/null
+++ b/libmproxy/templates/index.html
@@ -0,0 +1,14 @@
+{% extends "frame.html" %}
+{% block body %}
+
+
+<div class="masthead">
+ <div class="container">
+ <h1>mitmproxy: pathological HTTP</h1>
+
+ <p>This is an index page.</p>
+ </div>
+</div>
+
+
+{% endblock %}