<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width">

    <title>CribJS Loader</title>
    <script src="/lib/rsvp.js"></script>
    <script src="/lib/renderjs.js"></script>
    <script src="gadget_cribjs_loader.js"></script>
  </head>
  <body>
    <h1>CribJS Loader</h1>
    <div data-gadget-url="/gadget/gadget_jio_cribjs.html"
         data-gadget-scope="jio_cribjs"
         data-gadget-sandbox="public"></div>
    <div data-gadget-url="/gadget/gadget_jio_configurator.html"
         data-gadget-scope="jio_configurator"
         data-gadget-sandbox="public"></div>
    <form>
      <button type="submit">Load</button>
    </form>
    <ul>
    </ul>
  </body>
</html>