followjacks-game-of-life
Version:
14 lines (12 loc) • 327 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>
<body>
<canvas id="canvas" width="1000" height="500" style="border:1px solid #000000;"></canvas>
<button type="button" id="run">Start</button>
</body>
<script type="text/javascript" src="./src/game_of_life.js"></script>
</html>