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