1
0
mirror of https://github.com/Safe-Support-Chat/ocrcc-chatbox synced 2025-02-24 16:24:54 +00:00

15 lines
275 B
HTML
Raw Normal View History

2018-06-03 14:56:18 -04:00
<!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>
2018-06-03 14:56:18 -04:00
<script>
EmbeddableWidget.mount();
</script>
</body>
</html>