Initial checkin.

This commit is contained in:
Arthur Evans
2019-12-03 17:05:21 -08:00
commit 387a753d1f
8 changed files with 4105 additions and 0 deletions

9
demo.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" src="./build/my-element.js"></script>
</head>
<body>
<my-element></my-element>
</body>
</html>