File size: 385 Bytes
0460853 eb2d242 0460853 eb2d242 0460853 ac83adc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Futuristic Falling Ball Game</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="game-container">
<div class="player"></div>
<div class="falling-ball"></div>
</div>
</body>
</html> |