ocrcc-chatbox/public/index.html

15 lines
286 B
HTML
Raw Normal View History

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