Untitled
unknown
plain_text
17 days ago
354 B
2
Indexable
Never
<!DOCTYPE html> <html> <head> <title>Catch the Ball Game</title> <style> canvas { background: #eee; display: block; margin: 0 auto; } </style> </head> <body> <canvas id="gameCanvas" width="480" height="320"></canvas> <script src="game.js"></script> </body> </html>
Leave a Comment