This repository has been archived on 2025-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
FlappyBird/index.html
2021-12-13 14:35:18 -05:00

21 lines
No EOL
577 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<script src="script.js" type="module"></script>
<title>Document</title>
</head>
<body>
<h1 class="title" data-title>
Press Any Key or Click To Start
<small data-subtitle class="subtitle"></small>
</h1>
<img data-bird src="images/bird.png" draggable="false" class="bird"></img>
</body>
</html>