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.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/libmproxy/templates/index.html b/libmproxy/templates/index.html
deleted file mode 100644
index 50cfd5db..00000000
--- a/libmproxy/templates/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-{% extends "frame.html" %}
-{% block body %}
-
-<center>
-<h2> Click to install the mitmproxy certificate: </h2>
-</center>
-<div id="certbank" class="row">
- <div class="col-md-3">
- <a href="/cert/pem"><i class="fa fa-apple fa-5x"></i></a>
- <p>Apple</p>
- </div>
- <div class="col-md-3">
- <a href="/cert/p12"><i class="fa fa-windows fa-5x"></i></a>
- <p>Windows</p>
- </div>
- <div class="col-md-3">
- <a href="/cert/pem"><i class="fa fa-android fa-5x"></i></a>
- <p>Android</p>
- </div>
- <div class="col-md-3">
- <a href="/cert/pem"><i class="fa fa-asterisk fa-5x"></i></a>
- <p>Other</p>
- </div>
-</div>
-
-{% endblock %}