ocrcc-chatbox/public/blank.html

13 lines
216 B
HTML
Raw Normal View History

2018-06-03 18:56:18 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Embeddable Widget</title>
</head>
<body>
<script src="./embeddable-widget.js"></script>
<script>
EmbeddableWidget.mount();
</script>
</body>
</html>