Add files via upload

This commit is contained in:
Moon
2023-09-29 01:08:54 +08:00
committed by GitHub
parent 455147c770
commit bd081ee194

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>
Matrix test
</title>
</head>
<body>
<canvas width = "800" height = "800" id = "canvas"> </canvas>
<script src = "matrix.js"> </script>
</body>
</html>