aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/templates/index.html
diff options
context:
space:
mode:
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 %}