diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/src/templates/index.html | 14 |
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 |