This commit is contained in:
Sharon Kennedy
2020-02-01 12:38:48 -05:00
commit 7dc2a93a7b
19 changed files with 517 additions and 0 deletions

14
blank.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<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();
</script>
</body>
</html>