There was an error while loading. Please reload this page.
1 parent 57089af commit e1e6987Copy full SHA for e1e6987
index.html
@@ -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
@@ -0,0 +1,8 @@
+{
+ "name": "phys-comp-for-web-devs",
+ "main": "index.html",
+ "window": {
+ "width": 800,
+ "height": 600
+ }
+}
0 commit comments