Start moving to new gulpfile, browerify, etc.

This commit is contained in:
Aldo Cortesi 2014-12-30 21:07:00 +13:00
parent e9d8586f6b
commit d2c7411f06

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>mitmproxy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<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>
</html>