-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 2.46 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>hakchi.net</title>
<link rel="stylesheet" href="bootstrap.min.css?2">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">
<meta name="description" content="Hakchi is a modification for the Nintendo Classic and Sega Mini systems that gives you the ability to add additional games and content to your system.">
</head>
<body>
<div class="container-fluid">
<div class="page-header">
<h1 class="text-center">
<img class="mt-3" src="hakchi-logo.svg" alt="hakchi">
</h1>
</div>
<div class="card mb-4">
<h3 class="card-header">What is hakchi?</h3>
<div class="card-body">
<p>Hakchi is a modification for the Nintendo Classic and Sega Mini systems that gives you the ability to add additional games and content to your system.</p>
<p class="mb-0">Hakchi was created by madmonkey and has received contributions from numerous contributors.</p>
</div>
</div>
<div class="card mb-4">
<h3 class="card-header">What is hakchi2?</h3>
<div class="card-body">
<p>Hakchi2 is the frontend for hakchi, hakchi2 was originally created by clusterm and has since been forked into Hakchi2 CE which is maintained by Team Shinkansen.</p>
<p class="mb-0">Hakchi2 CE by Team Shinkansen is the preferred tool for managing and installing hakchi onto consoles.</p>
</div>
</div>
<div class="card mb-4">
<h3 class="card-header">Where can I download it?</h3>
<div class="card-body">
<p>Hakchi2 CE can be found from the Team Shinkansen releases page on GitHub.</p>
<p class="mb-0"><a href="https://github.com/teamshinkansen/hakchi2-ce/releases/">http://github.com/teamshinkansen/hakchi2-ce/releases/</a></p>
</div>
</div>
<div class="card mb-4">
<h3 class="card-header">Where can I find help?</h3>
<div class="card-body">
<p>The preferred method of support is via discord, but we also have a sub-reddit as well.</p>
<ul class="mb-0">
<li><a href="https://discord.gg/C9EDFyg">Rockin' The Classics Discord Server</a></li>
<li><a href="https://reddit.com/r/RockinTheClassics/">/r/RockinTheClassics on Reddit</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>