Basic conversion: browserified web app now works.

This commit is contained in:
Aldo Cortesi
2014-12-30 21:51:07 +13:00
parent d2c7411f06
commit bc8687deb5
33 changed files with 45863 additions and 43887 deletions

View File

@@ -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="/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>