Update index.html
This commit is contained in:
15
index.html
15
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user