js/9/canvas.html
2024-10-23 11:14:14 -05:00

9 lines
165 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Canvas</title>
</head>
<body>
<canvas id="canvas" width="300" height="300"></canvas>
<script src="cs.js"></script>
</body