-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflappy-shrek.html
49 lines (43 loc) · 2.32 KB
/
flappy-shrek.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
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DirtyDanStudios</title>
<link rel="stylesheet" type="text/css" href="styles/globals.css">
<link rel="icon" type="image/x-icon" href="images/icon.png">
</head>
<body>
<script src="scripts/main.js"></script>
<nav>
<ul class="sidebar">
<div class="close">
<li onclick=closeSidebar()><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li>
</div>
<li><a href="flappy-shrek.html">Flappy Shrek</a></li>
<li><a href="sheggy-defense.html">Sheggy Defense</a></li>
</ul>
<ul>
<li><a href="index.html">DirtyDanStudios</a></li>
<li class="hideOnMobile"><a href="flappy-shrek.html">Flappy Shrek</a></li>
<li class="hideOnMobile"><a href="sheggy-defense.html">Sheggy Defense</a></li>
<div class="hamburger">
<li onclick=showSidebar()><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg></a></li>
</div>
</ul>
</nav>
<div class="header">
<h1>Flappy Shrek</h1>
</div>
<div class="image-div">
<img src="images/flappycover.png" alt="DirtyDanStudios" width="300" class="main-image">
</div>
<div class="body">
<h2>Play on the web <a href="https://willy-270.itch.io/flappy-shrek">Here</a>!</h2>
<p>or</p>
<p><a href="https://github.com/willy-270/flappy_shrek/releases/download/v1.0/flappyshrekandroid.apk">Download for Android</a></p>
<p><a href="https://github.com/willy-270/flappy_shrek/releases/download/v1.0/flappyshrekwindows.zip">Download for Windows</a></p>
<p>View source code <a href="https://github.com/willy-270/flappy_shrek">here</a></p>
</div>
</body>
</html>