aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/templates/index.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-15 18:39:25 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-15 18:39:25 +0200
commit1d9b1f79a11feb57043be1d9d656f4c1638d3357 (patch)
treeb1339c77d8761f7014424d7f73fb92c6fd600126 /libmproxy/web/templates/index.html
parentcbf18320cdbd05197f232da69b3c9a5391735156 (diff)
downloadmitmproxy-1d9b1f79a11feb57043be1d9d656f4c1638d3357.tar.gz
mitmproxy-1d9b1f79a11feb57043be1d9d656f4c1638d3357.tar.bz2
mitmproxy-1d9b1f79a11feb57043be1d9d656f4c1638d3357.zip
web: eventlog ui
Diffstat (limited to 'libmproxy/web/templates/index.html')
-rw-r--r--libmproxy/web/templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmproxy/web/templates/index.html b/libmproxy/web/templates/index.html
index 6cef0d25..4db2ed51 100644
--- a/libmproxy/web/templates/index.html
+++ b/libmproxy/web/templates/index.html
@@ -4,10 +4,10 @@
<meta charset="UTF-8">
<title>mitmproxy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="css/vendor.css"/>
- <link rel="stylesheet" href="css/app.css"/>
- <script src="js/vendor.js"></script>
- <script src="js/app.js"></script>
+ <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>
</head>
<body>
<div id="mitmproxy"></div>