js/9/canvas.html
2025-03-22 10:32:54 -05:00

9 lines
173 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