Update index.html

This commit is contained in:
Moon
2023-09-29 22:50:24 +08:00
committed by GitHub
parent 445e56da8f
commit a544108b11

View File

@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>
Matrix test
</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<title> Matrix Project </title>
</head>
<body>
<canvas width = "800" height = "800" id = "canvas"> </canvas>
<script src = "matrix.js"> </script>
<canvas id="Matrix"> </canvas>
<script src="./matrix.js"> </script>
</body>
</html>
</html>