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
commit 7e1ee5d391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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