aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/templates/index.html
diff options
context:
space:
mode:
authorClemens <cle1000.cb@gmail.com>2016-08-09 19:49:36 +0200
committerClemens <cle1000.cb@gmail.com>2016-08-09 19:49:36 +0200
commitb27e456ce2150d638b4eef73703da8a30722d392 (patch)
tree2ba82b15f1bdf22f12b7d97e726dcbd19374e9cf /web/src/templates/index.html
parent78bd99f97c36ba24bbab389350eb8e80ba16738f (diff)
parentdcfa7027aed5a8d4aa80aff67fc299298659fb1b (diff)
downloadmitmproxy-b27e456ce2150d638b4eef73703da8a30722d392.tar.gz
mitmproxy-b27e456ce2150d638b4eef73703da8a30722d392.tar.bz2
mitmproxy-b27e456ce2150d638b4eef73703da8a30722d392.zip
merge with master
Diffstat (limited to 'web/src/templates/index.html')
-rw-r--r--web/src/templates/index.html3
1 files changed, 2 insertions, 1 deletions
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>