mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-01 00:55:26 +00:00
15 lines
286 B
HTML
15 lines
286 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Embeddable Chatbox Demo</title>
|
|
</head>
|
|
<body>
|
|
<p style="font-family:sans-serif; padding: 3rem 5rem;">Look down!</p>
|
|
|
|
<script src="./widget.js"></script>
|
|
<script>
|
|
EmbeddableWidget.mount();
|
|
</script>
|
|
</body>
|
|
</html>
|