ocrcc-chatbox/public/blank.html
2018-06-09 08:43:18 -04:00

13 lines
205 B
HTML

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