aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/index.html')
-rw-r--r--web/src/index.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/web/src/index.html b/web/src/index.html
index 571845b9..c40936e0 100644
--- a/web/src/index.html
+++ b/web/src/index.html
@@ -4,11 +4,10 @@
<meta charset="UTF-8">
<title>mitmproxy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="/static/css/vendor.css"/>
- <link rel="stylesheet" href="/static/css/app.css"/>
- <script src="/static/js/vendor.js"></script>
- <script src="/static/js/app.js"></script>
+ <link rel="stylesheet" href="/static/vendor.css"/>
+ <link rel="stylesheet" href="/static/app.css"/>
+ <script src="/static/vendor.js"></script>
+ <script src="/static/app.js"></script>
</head>
-<body>
-</body>
+<body> </body>
</html> \ No newline at end of file