Merge pull request #36 from StachuDotNet/patch-1

Update blank.html with note regarding widget location
This commit is contained in:
Benjamin Boudreau
2018-10-29 12:01:03 -04:00
committed by GitHub

View File

@@ -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();