Web interface is live.

This commit is contained in:
Aldo Cortesi 2014-09-14 12:47:32 +12:00
parent 89b8e1ce8c
commit be0996da35
3 changed files with 4 additions and 8080 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,8 +4,10 @@
<meta charset="UTF-8">
<title>mitmproxy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="static/mitmproxy.css"/>
<script src="static/mitmproxy.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>