UNPKG

596 BHTMLView Raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <link rel="stylesheet" href="assets/css/font-awesome.min.css">
5 </head>
6 <body onload="loadDebugger()" >
7 <script type="text/javascript">
8 function loadDebugger() {
9 var container = document.getElementById('app')
10 container.debugger = new window.remix.ui.Debugger()
11 container.debugger.addProvider('INTERNAL')
12 container.debugger.switchProvider('INTERNAL')
13 container.appendChild(container.debugger.render())
14 }
15 </script>
16 <div id="app"></div>
17 <script src="build/app.js"></script>
18 </body>
19</html>