Premier projet fonctionnel

This commit is contained in:
Vincent Ramiere 2023-03-05 19:17:30 +01:00
parent 7ad04babd4
commit 7fe9c2afe2
5 changed files with 52 additions and 1 deletions

12
index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<script src="Scripts/script.js" defer></script>
<link rel="stylesheet" href="CSS/style.css">
<head>
<meta charset="UTF-8">
<title>testMatrix</title>
</head>
<body>
<canvas id="canv" width="500" height="200"></canvas>
</body>
</html>