mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
16 lines
406 B
HTML
16 lines
406 B
HTML
<!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/mitmproxy.css"/>
|
|
<script src="static/mitmproxy.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="mitmproxy"></div>
|
|
</body>
|
|
<script>
|
|
app = React.renderComponent(routes, document.body);
|
|
</script>
|
|
</html> |