Premier projet fonctionnel
This commit is contained in:
parent
7ad04babd4
commit
7fe9c2afe2
5 changed files with 52 additions and 1 deletions
12
index.html
Normal file
12
index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue