ocrcc-chatbox/public/blank.html

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>