-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
44 lines (39 loc) · 1.47 KB
/
main.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
<style>
body {
background-color: black;
}
h1 {
text-align: center;
color: blue;
}
p {
text-align: center;
color: white;
}
h2 {
text-align: center;
color: blue;
}
</style>
<h1>H4Shop</h1>
<h2>Apps</h2>
<a href="page_kcr.html"><img src="assets/kcr.png" alt="Kingdom Come Rising" height=256 width=256></a>
<a href="page_rush.html"><img src="assets/rush.png" alt="Kingdom Come RUSH" height=256 width=256></a>
<a href="page_thunder.html"><img src="assets/thunder.png" alt="Thunder" height=256 width=256></a>
<a href="page_ms.html"><img src="assets/ms.png" alt="Metal Soldiers" height=256 width=256></a>
<a href="page_rb.html"><img src="assets/rb.png" alt="Kingdom Come Rebirth" height=256 width=256></a>
<hr/>
<h2>Tools</h2>
<a href="page_bx86_manager.html"><p>Box86-Manager</p></a>
<hr/>
<p id=badgea>Check out Hadcl4 products on <b>Itch.io</b>+<b>Github</b><!--, and <b>GameJolt</b>-->!</p>
<style>
#badgea {
text-align: left;
}
</style>
<a href="https://hadcl4.itch.io" target="_blank"><img src="assets/itch-icon.svg" alt="Itch.io" height=64 width=64 id="badge"></a>
<a href="https://github.com/hadcl4" target="_blank"><img src="assets/github-icon.png" alt="GitHub" height=64 width=64 id="badge"></a>
<!--<a href="https://gamejolt.com" target="_blank"><img src="assets/jolt.png" alt="GameJolt" height=64 width=64 id="badge"></a>-->
<hr/>
<p><a href="https://www.youtube.com/channel/UCxn5YE1Fi6cF0jRSCbEd-Iw" target="_blank">Check out the Official Hadcl4 Studios YouTube Channel!</p></a>