Flux-web / index.html
GarGerry's picture
Update index.html
eb2d242 verified
raw
history blame
385 Bytes
<!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>