summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/doc-react.html
blob: ebb2b2f117db77897d2a3d831d539cb642b994b6 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html lang="en">
    <head>
      <title>React App</title>
    </head>
  <body>
    <div id="root"></div>
    <script type="text/javascript" src="react/build/main.js"></script>
  </body>
</html>