mirror of
https://github.com/Aviortheking/game-of-life.js.git
synced 2025-06-22 14:19:19 +00:00
still V1
This commit is contained in:
@ -6,8 +6,15 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Document</title>
|
||||
<script defer src="build/main.js"></script>
|
||||
<style>
|
||||
canvas {
|
||||
background: grey
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<canvas></canvas>
|
||||
<button class="start">Start/Continue</button>
|
||||
<button class="pause">Pause</button>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user