diff options
Diffstat (limited to 'libmproxy/templates/certs.html')
-rw-r--r-- | libmproxy/templates/certs.html | 14 |
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 %} |