diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-09-10 11:34:58 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-09-10 11:34:58 +1200 |
commit | 76982937a68a2adaf96ec2d258e369d7c871a609 (patch) | |
tree | 46453bc432035ea5f4405351563529de65ea0ba3 /libmproxy/web/templates/certs.html | |
parent | e5412e9dd91c37a3f43f68441985b857d29cbbb4 (diff) | |
download | mitmproxy-76982937a68a2adaf96ec2d258e369d7c871a609.tar.gz mitmproxy-76982937a68a2adaf96ec2d258e369d7c871a609.tar.bz2 mitmproxy-76982937a68a2adaf96ec2d258e369d7c871a609.zip |
Reorg to put web app in its own directory
Diffstat (limited to 'libmproxy/web/templates/certs.html')
-rw-r--r-- | libmproxy/web/templates/certs.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libmproxy/web/templates/certs.html b/libmproxy/web/templates/certs.html new file mode 100644 index 00000000..d30f23a3 --- /dev/null +++ b/libmproxy/web/templates/certs.html @@ -0,0 +1,14 @@ +{% extends "frame.html" %} +{% block body %} + + +<div class="masthead"> + <div class="container"> + <h1>mitmproxy: pathological HTTP</h1> + + <p>Here are some certs.</p> + </div> +</div> + + +{% endblock %} |