Skip to content

Commit 76370df

Browse files
committed
Add a "simple" example
1 parent 61d8727 commit 76370df

File tree

10 files changed

+775
-0
lines changed

10 files changed

+775
-0
lines changed

examples/simple/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules/

examples/simple/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<script src="script.js" type="module"></script>
6+
</head>
7+
<body>
8+
<div id="screen"></div>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)