IEM2_BOUWMANS_TP2/index.html
2024-10-24 11:41:22 +02:00

8 lines
160 B
HTML

<!doctype html>
<html>
<body>
<canvas width = "300" height = "300" id = "my_Canvas"></canvas>
<script src="main.js"></script>
</body>
</html>