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
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Embeddable Chatbox Demo</title>
</head>
<body>
<p style="font-family:sans-serif; padding: 3rem 5rem;">Look down!</p>
<script src="./widget.js"></script>
<script>
EmbeddableWidget.mount();
</script>
</body>
</html>