aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/templates/certs.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-09-10 11:34:58 +1200
committerAldo Cortesi <aldo@nullcube.com>2014-09-10 11:34:58 +1200
commit76982937a68a2adaf96ec2d258e369d7c871a609 (patch)
tree46453bc432035ea5f4405351563529de65ea0ba3 /libmproxy/templates/certs.html
parente5412e9dd91c37a3f43f68441985b857d29cbbb4 (diff)
downloadmitmproxy-76982937a68a2adaf96ec2d258e369d7c871a609.tar.gz
mitmproxy-76982937a68a2adaf96ec2d258e369d7c871a609.tar.bz2
mitmproxy-76982937a68a2adaf96ec2d258e369d7c871a609.zip
Reorg to put web app in its own directory
Diffstat (limited to 'libmproxy/templates/certs.html')
-rw-r--r--libmproxy/templates/certs.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/libmproxy/templates/certs.html b/libmproxy/templates/certs.html
deleted file mode 100644
index d30f23a3..00000000
--- a/libmproxy/templates/certs.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% 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 %}