Files
life_generators/index.html
2023-09-29 01:08:54 +08:00

12 lines
216 B
HTML

<html>
<head>
<title>
Matrix test
</title>
</head>
<body>
<canvas width = "800" height = "800" id = "canvas"> </canvas>
<script src = "matrix.js"> </script>
</body>
</html>