mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
remove .html file
This commit is contained in:
parent
6365995f71
commit
3de17e5067
1 changed files with 0 additions and 21 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue