mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-22 10:44:54 +00:00
Update blank.html with note regarding widget location
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!
This commit is contained in:
parent
113a0c4b82
commit
5ce93ac599
@ -4,6 +4,8 @@
|
|||||||
<title>Embeddable Widget</title>
|
<title>Embeddable Widget</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<p>Note: Widget rendered in bottom-right of this screen.</p>
|
||||||
|
|
||||||
<script src="./widget.js"></script>
|
<script src="./widget.js"></script>
|
||||||
<script>
|
<script>
|
||||||
EmbeddableWidget.mount();
|
EmbeddableWidget.mount();
|
||||||
|
Loading…
Reference in New Issue
Block a user