mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 09:44:19 +02:00
6 lines
129 B
HTML
6 lines
129 B
HTML
<html>
|
|
<body>
|
|
<canvas id ="canvas" width="1024" height="768"></canvas>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html> |