aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/index.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-13 23:05:12 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-13 23:05:12 +0200
commitd2475e6a146534b5e7aaf2cc7b0b9a75e418415e (patch)
tree47f2ce48a1c03d8ca6414d92a78c764e25a16e3f /web/src/index.html
parent9bacb6d426a54882235b8d745dbf123c7958c887 (diff)
downloadmitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.tar.gz
mitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.tar.bz2
mitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.zip
web: start gui
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