-
Notifications
You must be signed in to change notification settings - Fork 1
/
launcher.html
60 lines (57 loc) · 2.69 KB
/
launcher.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
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<title>AB Coal - Epik Games</title>
<link rel="stylesheet" href="interfont/inter.css">
<link rel="stylesheet" href="style.css">
<meta charset= "utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="search">
<input type="search">
</div>
<nav>
<ul>
<a href="index.html"><img class="logo1" src="AB Games.png"></img></a>
<li><a href="index.html">Games</a></li>
<li><a href="abstories.html">Stories</a></li>
<li><a href="https://abflix-beta.web.app/">ABFlix</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</nav><header>
<div>
<img style="height: 250px; text-align: center;" src="AB Games.png"></img>
<h1 style="text-align: center; font-weight: bolder;">The launcher for <span class="highlighted">everything!</span></h1><br>
|<a href="https://github.com/Bobuxstation/Coal-Launcher/releases">
<button>Download <span class="highlighted">Coal</span> launcher</button>
</a>|
<a href="https://github.com/Bobuxstation/Coal-Launcher/wiki">
<button>Documentation for <span class="highlighted">developers</span></button>
</a>|
<a href="https://www.producthunt.com/products/coal-game-launcher">
<button>Product <span class="highlighted">hunt</span> page</button>
</a>|
<a href="https://twitter.com/ABStudiosOfc">
<button><span class="highlighted">Twitter</span> ☕</button>
</a>|
</div>
</header>
<section style="height: fit-content;">
<div id="mygames" class="game" style="text-align: center;">
<h1>Coal games, in one launcher</h1>
<p>Play all the games featured on coal anywhere and anytime with the download feature</p><br>
<img src="banners/launchermarket.png" style="width: 65%; border-radius: 5px; box-shadow: 0 8px 16px 0 #5d5d5d, 0 6px 20px 0 #5d5d5d;"><br><br>
<h1>Share your games to your community</h1>
<p>Host your own server and share your games to your community using the coal launcher game provider</p><br>
<img src="banners\customgameprovider.png" style="width: 65%; border-radius: 5px; box-shadow: 0 8px 16px 0 #5d5d5d, 0 6px 20px 0 #5d5d5d;"><br><br>
<h1>Organize your collection</h1>
<p>See all your downloaded games all in one screen</p><br>
<img src="banners\collectionstab.png" style="width: 65%; border-radius: 5px; box-shadow: 0 8px 16px 0 #5d5d5d, 0 6px 20px 0 #5d5d5d;"><br><br>
<h1>The launcher for everything!</h1>
<p>Add your own games instead of downloading by using the options screen</p><br>
<img src="banners\gametype.png" style="width: 65%; border-radius: 5px; box-shadow: 0 8px 16px 0 #5d5d5d, 0 6px 20px 0 #5d5d5d;"><br><br>
</div>
</section>
</body>
</html>