<!DOCTYPE html>
<html>
  <head>
    <title>Scheduling Profiler Fixture</title>

    <script src="./scheduler.js"></script>
    <script src="./react.js"></script>
    <script src="./react-dom.js"></script>
  </head>
  <body>
    <div id="container"></div>
    <script src="./app.js"></script>
  </body>
</html>