aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/web/src/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/web/src/templates/index.html')
-rw-r--r--mitmproxy/web/src/templates/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/mitmproxy/web/src/templates/index.html b/mitmproxy/web/src/templates/index.html
new file mode 100644
index 00000000..5f2c6d5e
--- /dev/null
+++ b/mitmproxy/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