ocrcc-chatbox/public/index.html
2018-06-03 14:28:12 -04:00

13 lines
215 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Embeddable Widget</title>
</head>
<body>
<script src="/embeddable-widget.js"></script>
<script>
EmbeddableWidget.mount();
</script>
</body>
</html>