mirror of
https://github.com/Aviortheking/game-of-life.js.git
synced 2025-04-22 10:52:11 +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">
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user