-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (63 loc) · 1.97 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
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
</head>
<body id="home">
<div class="top-nav">
<a href="index.html"><strong>Wii Stuff</strong></a>
</div>
<hr />
<div id="main">
<div class="intro">
<h2>Intro</h2>
<hr />
<p>
Heyo! My name is Snare-Hawk. I just wanted to make this site to make a
collection of guides not currently found on
<a href="https://wii.guide">Wii Guide</a>. Every guide on this site
assumes that you at least have the
<a href="https://wii.guide/get-started">Homebrew Channel</a> on your
Wii. If you have any questions about anything regarding this site at
all, don't be afraid to ping or DM me (Snare-Hawk#6331) on Discord;
I'll likely be the server you found this link.
</p>
</div>
<div class="guides">
<h2>Guides</h2>
<hr />
<ul>
<li><a href="emuNAND.html">Setting Up emuNAND</a></li>
<li><a href="Banners.html">Custom Banners</a></li>
</ul>
</div>
<div class="Credits">
<h2>Credits</h2>
<hr />
<p>
Firstly, if you couldn't tell already, this site is heavily inspired
by the amazing <a href="https://wii.guide">Wii Guide</a>. This site is
the most reliable source for all things Wii and should be your go-to
place for anything you may need. Furthermore, I'd like to thank the
great minds at <a href="https://rc24.xyz">RiiConnect24</a> and
<a href="https://github.com/MethodOrMadness">MethodOrMadness</a> for
helping me learn all about Wii Homebrew. Without them, I wouldn't have
been able to create these guides.
</p>
</div>
</div>
<div class="bottom-nav">
<p>
Site by
<a href="https://snare-hawk.carrd.co/" target="_blank">Snare-Hawk</a> -
<a
href="https://github.com/Snare-Hawk/snare-hawk.github.io"
target="_blank">
Source
</a>
</p>
</div>
</body>
</html>