12 lines
216 B
HTML
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> |