demo index.html

This commit is contained in:
klangner 2020-09-12 13:13:06 +02:00
parent 5575ec6b1c
commit 90010f287a

View File

@ -22,9 +22,10 @@
</style> </style>
</head> </head>
<body> <body>
<h1>Map generator demo</h1>
<button id="play-pause"></button> <button id="play-pause"></button>
<div id="fps"></div> <div id="fps"></div>
<canvas id="game-of-life-canvas"></canvas> <canvas id="demo-canvas"></canvas>
<script src='./index.js'></script> <script src='./index.js'></script>
</body> </body>
</html> </html>