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/certs.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libmproxy/templates/certs.html (limited to 'libmproxy/templates/certs.html') diff --git a/libmproxy/templates/certs.html b/libmproxy/templates/certs.html new file mode 100644 index 00000000..d30f23a3 --- /dev/null +++ b/libmproxy/templates/certs.html @@ -0,0 +1,14 @@ +{% extends "frame.html" %} +{% block body %} + + +
+
+

mitmproxy: pathological HTTP

+ +

Here are some certs.

+
+
+ + +{% endblock %} -- cgit v1.2.3