safesupport-chatbox/blank.html
Sharon Kennedy 7dc2a93a7b Updates
2020-02-01 12:38:48 -05:00

15 lines
271 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Embeddable Widget</title>
</head>
<body>
<p>Note: Widget rendered in bottom-right of this screen.</p>
<script src="./widget.js"></script>
<script>
EmbeddableWidget.mount();
</script>
</body>
</html>