aboutsummaryrefslogtreecommitdiffstats
path: root/web/src
diff options
context:
space:
mode:
authorClemens Brunner <cle1000.cb@gmail.com>2016-07-27 20:20:36 +0200
committerMaximilian Hils <git@maximilianhils.com>2016-07-27 11:20:36 -0700
commit41383b866ee77c0122e14f0df6d435e70b7f59fc (patch)
tree5d9e573b96678acd53556fd29ef28b686efdcf2d /web/src
parentd97fe767dc7b8ea47f0e170c6f002c506f606d57 (diff)
downloadmitmproxy-41383b866ee77c0122e14f0df6d435e70b7f59fc.tar.gz
mitmproxy-41383b866ee77c0122e14f0df6d435e70b7f59fc.tar.bz2
mitmproxy-41383b866ee77c0122e14f0df6d435e70b7f59fc.zip
add favicon to mitmweb (#1440)
Diffstat (limited to 'web/src')
-rw-r--r--web/src/images/favicon.icobin0 -> 365133 bytes
-rw-r--r--web/src/templates/index.html3
2 files changed, 2 insertions, 1 deletions
diff --git a/web/src/images/favicon.ico b/web/src/images/favicon.ico
new file mode 100644
index 00000000..bfd2fde7
--- /dev/null
+++ b/web/src/images/favicon.ico
Binary files differ
diff --git a/web/src/templates/index.html b/web/src/templates/index.html
index 165d7d3d..db9d2ecb 100644
--- a/web/src/templates/index.html
+++ b/web/src/templates/index.html
@@ -6,10 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/vendor.css"/>
<link rel="stylesheet" href="/static/app.css"/>
+ <link rel="icon" href="/static/images/favicon.ico" type="image/x-icon"/>
<script src="/static/vendor.js"></script>
<script src="/static/app.js"></script>
</head>
<body>
<div id="mitmproxy"></div>
</body>
-</html> \ No newline at end of file
+</html>