aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/templates
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-12-30 21:07:00 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-12-30 21:07:00 +1300
commitd2c7411f065435e2b2b62a70447cb01895fe69d1 (patch)
tree2925dc6d6d960e7ef6a235b320d7ad607edc250b /web/src/templates
parente9d8586f6bd93e7cf1f27a26ee07955a46b8ecb5 (diff)
downloadmitmproxy-d2c7411f065435e2b2b62a70447cb01895fe69d1.tar.gz
mitmproxy-d2c7411f065435e2b2b62a70447cb01895fe69d1.tar.bz2
mitmproxy-d2c7411f065435e2b2b62a70447cb01895fe69d1.zip
Start moving to new gulpfile, browerify, etc.
Diffstat (limited to 'web/src/templates')
-rw-r--r--web/src/templates/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/src/templates/index.html b/web/src/templates/index.html
new file mode 100644
index 00000000..5f2c6d5e
--- /dev/null
+++ b/web/src/templates/index.html
@@ -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> \ No newline at end of file