-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 900 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Beetle Rush</title>
<meta name="description" content="An endless runner game built with Phaser 3 that makes a dung beetle run through the forest while collecting manure and avoiding predators." />
<meta name="image" property="og:image" content="<%= require('./Screenshot.png') %>" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body class="background-pattern">
<div id="error-container"></div>
<h1>Beetle Rush</h1>
<footer>
<span>Created by Annarresti
© 2021</span
>
<span
>This site is open source.
<a href="https://github.com/aliciapaz/beetle-rush/issues"
>Help improve this site</a
></span
>
</footer>
</body>
</html>