first commit

This commit is contained in:
henry-hiles 2021-11-26 12:38:45 -05:00
commit e5f9c2ea99
9 changed files with 259 additions and 0 deletions

21
index.html Normal file
View file

@ -0,0 +1,21 @@
<!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 To Start
<small data-subtitle class="subtitle hide"></small>
</h1>
<img data-bird src="images/bird.png" class="bird"></img>
</body>
</html>