From 76982937a68a2adaf96ec2d258e369d7c871a609 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 10 Sep 2014 11:34:58 +1200 Subject: Reorg to put web app in its own directory --- libmproxy/templates/certs.html | 14 -------------- libmproxy/templates/frame.html | 9 --------- libmproxy/templates/index.html | 26 -------------------------- libmproxy/templates/layout.html | 33 --------------------------------- 4 files changed, 82 deletions(-) delete mode 100644 libmproxy/templates/certs.html delete mode 100644 libmproxy/templates/frame.html delete mode 100644 libmproxy/templates/index.html delete mode 100644 libmproxy/templates/layout.html (limited to 'libmproxy/templates') 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 %} - - -
-
-

mitmproxy: pathological HTTP

- -

Here are some certs.

-
-
- - -{% endblock %} diff --git a/libmproxy/templates/frame.html b/libmproxy/templates/frame.html deleted file mode 100644 index b5c5c67c..00000000 --- a/libmproxy/templates/frame.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "layout.html" %} -{% block content %} -
-
- {% block body %} - {% endblock %} -
-
-{% endblock %} 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 %} - -
-

Click to install the mitmproxy certificate:

-
-
-
- -

Apple

-
-
- -

Windows

-
-
- -

Android

-
-
- -

Other

-
-
- -{% endblock %} diff --git a/libmproxy/templates/layout.html b/libmproxy/templates/layout.html deleted file mode 100644 index 9c8721d8..00000000 --- a/libmproxy/templates/layout.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - mitmproxy - - - - - - - - - -
- {% block content %} - {% endblock %} -
- - - -- cgit v1.2.3