ocrcc-chatbox/public/index.html

13 lines
215 B
HTML
Raw Normal View History

2018-05-28 22:49:38 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Embeddable Widget</title>
</head>
<body>
<script src="/embeddable-widget.js"></script>
<script>
2018-06-03 14:28:12 -04:00
EmbeddableWidget.mount();
2018-05-28 22:49:38 -04:00
</script>
</body>
</html>