| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link rel="stylesheet" href="panel.css"> | |
| </head> | |
| <body id="panelBody" data-panel="inspector"> | |
| <div class='flex-row'> | |
| <div class='flex-column'> | |
| <button class="material-button" id="debuggingButton" type="button" disabled>Inspect app</button> | |
| </div> | |
| <div id="iframeContainer"></div> | |
| </div> | |
| <!-- Load script: --> | |
| <script src="panel.js"></script> | |
| </body> | |
| </html> |