blob: d3880e5a4f2325d1f796e8c71b96a88bfcb5bca5 [file] [log] [blame]
<!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>