-
Notifications
You must be signed in to change notification settings - Fork 0
/
page_thunder.html
40 lines (34 loc) · 934 Bytes
/
page_thunder.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
<style>
body {
background-color: black;
}
h1 {
text-align: center;
color: blue;
}
p {
text-align: center;
color: white;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
li {
text-align: center;
color: white;
}
</style>
<a href="main.html"><img src="assets/back.png" alt="BACK" height=64 width=128></a>
<h1>Thunder</h1>
<img src="assets/thunder.png" alt="Logo" height=256 width=256>
<p>Thunder is a gaming platform made specially for ARM Linux. Join the revolution!</p>
<p>These are the minimum requirements to run it:</p>
<li>CPU: <code>Raspberry Pi 3</code></li>
<li>GPU: <code>Broadcom VideoCore IV</code></li>
<li>RAM: <code>512MB RAM</code></li>
<li>Storage: <code>200MB or more free space</code></li>
<hr/>
<p>Thunder is open-source, and available on</p>
<a href="https:/github.com/hadcl4/Thunder" target="_blank"><img src="assets/github-badge.png" alt="GitHub" height=64 width=128></a>