This commit is contained in:
sorrelbri 2020-05-25 22:18:15 -07:00
commit e7387aa6c0
2 changed files with 2 additions and 0 deletions

1
app.bundle.js Normal file

File diff suppressed because one or more lines are too long

1
index.html Normal file
View file

@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Game of Life</title></head><body><aside id="controls"><h1>Game of Life</h1></aside><main><canvas id="game-field" width="500" height="300"></canvas></main><script src="app.bundle.js"></script></body></html>