-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 2.13 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoEntity</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body id="dd">
<main>
<div class="wrap">
<div id="goback">
<a href="https://github.com/GoEntity"><< Go back to GitHub</a>
<b>GoEntity Login Status: <em id="status">temporary error</em><em id="timePassed">temporary error</em></b>
</div>
<section id="downloads">
<div id="videos">
<video width="420" height="240" controls>
<source src="assets/video_goflappy.mp4" type="video/mp4">
</video>
<video width="420" height="240" controls>
<source src="assets/video_butter.mp4" type="video/mp4">
</video>
</div>
<div class="download-container">
<iframe frameborder="0" src="https://itch.io/embed/2140009?border_width=0&bg_color=000000&fg_color=8A2BE2&link_color=D30069&border_color=000000" width="550" height="165"><a href="https://goentity.itch.io/goflappy">GoFlappy by GoEntity</a></iframe>
<h3 class="rr3">// Downloads</h3>
<h4 class="rr4">1. GoFlappy v0.0.1</h4>
<p><a href="assets/GoFlappy-Linux.zip">Linux</a>
<a href="assets/GoFlappy-Windows.zip">Windows</a>
<a href="assets/GoFlappy-macOS.zip">MacOS</a></p>
</div>
<div class="game-container">
<canvas id="game" width="360" height="720"></canvas>
</div>
</section>
</div>
</main>
<footer>
<p>© 2023 GoEntity</p>
</footer>
<script src="js/online.js"></script>
<script src="js/game.js"></script>
</body>
</html>