-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbombardier.html
54 lines (46 loc) · 2.14 KB
/
bombardier.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
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Bombardier | Doodad Games</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<nav class="header-nav">
<a href="index.html"><img src="img/doodad-games-wide.svg" alt="Doodad Games Logo" class="header-nav__main-logo"/></a>
<div class="header-nav__social-links">
<a href="https://discord.gg/sqXEFyptdz"><img src="img/discord-icon-white.png" alt="Discord Logo" class="header-nav__discord-logo"/></a>
<a href="https://twitter.com/Doodad_Games"><img src="img/x-icon-white.png" alt="X Logo" class="header-nav__x-logo"/></a>
<a href="mailto:[email protected]"><img src="img/email-icon-white.png" alt="Email Icon" class="header-nav__email-icon"/></a>
</div>
</nav>
<h2 class="inline-icon-title">
<span><img src="img/bombardier.png" alt="Bombardier logo"/></span>
<span>Bombardier</span>
</h2>
<video controls>
<source src="https://d3pq7nh4ihq3as.cloudfront.net/bombardier-2.0.0-trailer.mp4" type="video/mp4">
</video>
<ul>
<li>iOS: <a href="https://apps.apple.com/us/app/id1447593682">App Store</a></li>
<li>Android: <a href="https://play.google.com/store/apps/details?id=games.doodad.bombardier.android">Google Play</a></li>
<li>Android: <a href="https://d3pq7nh4ihq3as.cloudfront.net/bombardier-2.1.0.apk" download>APK (2.1.0)</a></li>
<li lang="zh">中国安卓:<a href="https://pan.baidu.com/s/1cARM-0kOHfTzYv4_ngOrGg" target="_blank">APK(2.1.0)</a>,提取码:djmq</li>
<li>Browser: <a href="https://www.kongregate.com/games/doodadgames/bombardier">Kongregate</a></li>
<li>Unity project source: <a href="https://github.com/doodad-games/bombardier">GitHub</a></li>
</ul>
<p>
This game was made with the elusive William Chen,
who provided the game's art.
</p>
<footer>
<hr/>
<nav>
<ul>
<li><a href="privacy.html">Privacy policy</a></li>
</ul>
</nav>
</footer>
</body>
</html>