-
Notifications
You must be signed in to change notification settings - Fork 0
/
page_kcr.html
40 lines (36 loc) · 1.1 KB
/
page_kcr.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>Kingdom Come Rising</h1>
<img src="assets/kcr.png" alt="Logo" height=256 width=256>
<p>Kingdom Come Rising is an epic and humorous RPG inspired by classic JRPGs.</p>
<p>These are the minimum requirements to run it:</p>
<li>CPU: <code>Intel Celeron N4000 or Raspberry Pi 4</code></li>
<li>GPU: <code>Intel UHD Graphics 600 or Broadcom VideoCore VI</code></li>
<li>RAM: <code>2GB or more, 4GB recommended</code></li>
<li>Storage: <code>500MB or more free space</code></li>
<hr/>
<p>This game is</p>
<a href="https://hadcl4.itch.io/kcrising" target="_blank"><img src="assets/itch-badge.svg" alt="Available on Itch.io" width=180 height=57></a>
<!-- <p>as well as</p>
<a href="https://gamejolt.com" target="_blank"><img src="assets/jolt-badge.png" alt="Available on GameJolt"></a> -->