forked from Github/ocrcc-chatbox
15 lines
271 B
HTML
15 lines
271 B
HTML
<!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>
|
|
<script>
|
|
EmbeddableWidget.mount();
|
|
</script>
|
|
</body>
|
|
</html>
|