aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/templates
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-01-05 16:59:27 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-01-05 16:59:27 +1300
commite31fc8ac40c08b1675d0e084904d68e743c786f0 (patch)
treea1f3ab73647488b8fbaea0c3fcd9bbe5a93dc5ed /libmproxy/templates
parenta49115a2278186dd116a6bbd27ba8a8f87e04da5 (diff)
downloadmitmproxy-e31fc8ac40c08b1675d0e084904d68e743c786f0.tar.gz
mitmproxy-e31fc8ac40c08b1675d0e084904d68e743c786f0.tar.bz2
mitmproxy-e31fc8ac40c08b1675d0e084904d68e743c786f0.zip
Tweaking web stub app, icons for certificates, serve PEM correctly.
Diffstat (limited to 'libmproxy/templates')
-rw-r--r--libmproxy/templates/index.html11
-rw-r--r--libmproxy/templates/layout.html2
2 files changed, 9 insertions, 4 deletions
diff --git a/libmproxy/templates/index.html b/libmproxy/templates/index.html
index 4e5c885b..cfa81dc2 100644
--- a/libmproxy/templates/index.html
+++ b/libmproxy/templates/index.html
@@ -1,12 +1,17 @@
{% extends "frame.html" %}
{% block body %}
-
<div class="masthead">
<div class="container">
- <h1>mitmproxy: pathological HTTP</h1>
- <p>This is an index page.</p>
+ <p>
+ <a href="/cert/pem"><i class="fa fa-apple fa-5x"></i></a>
+ </p>
+
+ <p><i class="fa fa-windows fa-5x"></i></p>
+
+ <p><i class="fa fa-android fa-5x"></i></p>
+
</div>
</div>
diff --git a/libmproxy/templates/layout.html b/libmproxy/templates/layout.html
index 59d2258f..d5c059d3 100644
--- a/libmproxy/templates/layout.html
+++ b/libmproxy/templates/layout.html
@@ -11,7 +11,7 @@
<title>mitmproxy</title>
<link href="/static/bootstrap.min.css" rel="stylesheet">
<link href="/static/mitmproxy.css" rel="stylesheet">
- <link href="/static/syntax.css" rel="stylesheet">
+ <link href="/static/fontawesome/css/font-awesome.min.css" rel="stylesheet">
<script src="/static/bootstrap.min.js"></script>
</head>