14 lines
344 B
HTML
14 lines
344 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<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 id="Matrix"> </canvas>
|
|
<script src="./matrix.js"> </script>
|
|
</body>
|
|
</html>
|