blob: 0093c8e96eb4b5b5d29dda818fbc25a9178d65f0 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Web App Internals</title>
<link rel="stylesheet" href="web_app_internals.css">
<script type="module" src="web_app_internals.js"></script>
</head>
<body>
<button id="download-button">Download</button>
<button id="copy-button">Copy to Clipboard</button>
<hr>
<pre id="json"></pre>
</body>
</html>