Skip to content

Commit e1e6987

Browse files
committed
Add app entrypoint
1 parent 57089af commit e1e6987

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
3+
<html>
4+
5+
<head>
6+
<title>Physical Computing for Web Devs</title>
7+
</head>
8+
<body>
9+
<h1>
10+
Physical Computing for Web Devs
11+
</h1>
12+
</body>
13+
14+
</html>

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "phys-comp-for-web-devs",
3+
"main": "index.html",
4+
"window": {
5+
"width": 800,
6+
"height": 600
7+
}
8+
}

0 commit comments

Comments
 (0)