0x0c1fd2eb7dbaa0efef7fce16f7f1b504d0f5007c78f53b17f8257db7fc50faae
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Conway's Game of Life</title> | |
</head> | |
<body> | |
<canvas id="canvas" width="901px" height="601px" ></canvas> | |
<div id="buttons" style="display:block"> |