1
0
mirror of https://github.com/Safe-Support-Chat/ocrcc-chatbox synced 2025-02-25 16:49:45 +00:00
2018-06-09 08:43:18 -04:00

13 lines
205 B
HTML

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