remove .html file

This commit is contained in:
黄伟韬 2024-09-10 11:01:29 +08:00
parent 6365995f71
commit 3de17e5067

View file

@ -1,21 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flappy Bird</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="game">
<div id="bird"></div>
<div id="pipes">
<div class="pipe"></div>
<div class="pipe"></div>
</div>
<div id="ground"></div>
<div id="score">Score: 0</div>
</div>
<script src="script.js"></script>
</body>
</html>