2018-06-03 18:56:18 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Embeddable Widget</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2018-09-19 15:24:30 +00:00
|
|
|
<p>Note: Widget rendered in bottom-right of this screen.</p>
|
|
|
|
|
2018-06-09 12:43:18 +00:00
|
|
|
<script src="./widget.js"></script>
|
2018-06-03 18:56:18 +00:00
|
|
|
<script>
|
2019-06-20 17:26:02 +00:00
|
|
|
EmbeddableWidget.mount({
|
|
|
|
bodyText: 'Body'
|
|
|
|
});
|
2018-06-03 18:56:18 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|