aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/templates/index.html
blob: db9d2ecb7f1ae5614a5217d28b456c8c237b10d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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"/>
    <link rel="icon" href="/static/images/favicon.ico" type="image/x-icon"/>
    <script src="/static/vendor.js"></script>
    <script src="/static/app.js"></script>
</head>
<body>
<div id="mitmproxy"></div>
</body>
</html>