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