mitmproxy/libmproxy/web/templates/index.html

14 lines
395 B
HTML
Raw Normal View History

<!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>