mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-22 10:44:54 +00:00
13 lines
215 B
HTML
13 lines
215 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Embeddable Widget</title>
|
|
</head>
|
|
<body>
|
|
<script src="/embeddable-widget.js"></script>
|
|
<script>
|
|
EmbeddableWidget.mount();
|
|
</script>
|
|
</body>
|
|
</html>
|