1
0
mirror of https://github.com/Safe-Support-Chat/ocrcc-chatbox synced 2025-04-01 09:43:38 +00:00
Benjamin Boudreau d61ad18ad6 adding website
2018-06-03 14:56:18 -04:00

13 lines
216 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Embeddable Widget</title>
</head>
<body>
<script src="./embeddable-widget.js"></script>
<script>
EmbeddableWidget.mount();
</script>
</body>
</html>