diff options
Diffstat (limited to 'web/src/templates/index.html')
-rw-r--r-- | web/src/templates/index.html | 3 |
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> |