ocrcc-chatbox/public/blank.html

15 lines
271 B
HTML
Raw Normal View History

2018-06-03 18:56:18 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Embeddable Widget</title>
</head>
<body>
<p>Note: Widget rendered in bottom-right of this screen.</p>
2020-02-01 05:30:58 +00:00
<script src="./widget.js"></script>
2018-06-03 18:56:18 +00:00
<script>
2020-02-01 05:30:58 +00:00
EmbeddableWidget.mount();
2018-06-03 18:56:18 +00:00
</script>
</body>
</html>