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:
Stachu Korick 2018-09-19 11:24:30 -04:00 committed by GitHub
parent 113a0c4b82
commit 5ce93ac599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@
<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();