ocrcc-chatbox/public/index.html

15 lines
286 B
HTML
Raw Normal View History

2018-05-28 22:49:38 -04:00
<!DOCTYPE html>
<html>
<head>
2020-02-01 00:30:58 -05:00
<title>Embeddable Chatbox Demo</title>
2018-05-28 22:49:38 -04:00
</head>
<body>
2020-02-01 00:30:58 -05:00
<p style="font-family:sans-serif; padding: 3rem 5rem;">Look down!</p>
<script src="./widget.js"></script>
<script>
EmbeddableWidget.mount();
</script>
2018-05-28 22:49:38 -04:00
</body>
</html>