adding widget output

This commit is contained in:
Benjamin Boudreau
2018-05-28 22:49:38 -04:00
parent 5de1643800
commit 10cad70262
8 changed files with 87 additions and 87 deletions

12
public/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Embeddable Widget</title>
</head>
<body>
<script src="/embeddable-widget.js"></script>
<script>
EmbeddableWidget.render();
</script>
</body>
</html>