js/10/index.html

10 lines
191 B
HTML
Raw Normal View History

2024-10-23 11:14:14 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Tennjs</title>
</head>
<body>
<canvas id="canvas" width="300" height="300"></canvas>
<script src="script.js"></script>
</body>
</html>