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.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/web/src/index.html b/web/src/index.html
index cf8cb85f..509ef1eb 100644
--- a/web/src/index.html
+++ b/web/src/index.html
@@ -8,14 +8,11 @@
<link rel="stylesheet" href="css/app.css"/>
<script src="js/vendor.js"></script>
<script src="js/app.js"></script>
- <script>
- $(function () {
- mitmproxy.init();
- });
- </script>
-
</head>
<body>
<div id="mitmproxy"></div>
</body>
+<script>
+ app = React.renderComponent(routes, document.body);
+</script>
</html> \ No newline at end of file