<!DOCTYPE html>
<html>
  <head>
    <title>Embeddable Chatbox Demo</title>
  </head>
  <body>
    <p style="font-family:sans-serif; padding: 3rem 5rem;">Look down!</p>

    <script src="./widget.js"></script>
    <script>
      EmbeddableWidget.mount();
    </script>
  </body>
</html>