mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2024-11-14 22:55:06 +00:00
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>
|