ajout
This commit is contained in:
23
WIM4.1/tp/tp4/ex1/main.html
Normal file
23
WIM4.1/tp/tp4/ex1/main.html
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<style>
|
||||
canvas {background-color: red;}
|
||||
</style>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<canvas></canvas>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
<script src="./data.json"></script>
|
||||
<script src="./main.js"></script>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user