mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-05 02:45:25 +00:00
5ce93ac599
This is going to sound silly, but I spend a good 10-15 minutes trying to get this solution to "work" until I realized I just wasn't looking in the (bottom)right part of the screen. My eyes just don't look over there naturally!
15 lines
275 B
HTML
15 lines
275 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>
|