-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (35 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<link href="css/main.css" rel="stylesheet" type="text/css">
<meta charset="utf-8">
<title>Zeta's 3DS Hacking site</title>
<body class="animated">
<div class="header">
<div class="container">
<div class="logo">
<h1>Zeta's 3DS Hacking Site</h1>
</div>
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="info.html">Information</a></li>
<li><a href="guides.html">Guides</a></li>
</ul>
</div>
</div>
</div>
<div class="banner"><img class="banner-image" src="content/banner.jpg"></div>
<div class=container>
<div class=content-index>
<h1>What is this website for?</h1>
<p>I'll host/write some guides for things that are not explained on Plailects guide. But the main purpose of this guide is to explain the basic terms of 3DS hacking, see the <a href="info.html">information section.</a></p>
<h1>Who made this website?</h1>
<p>The website itself was made by Zeta, but the guide have been written by several people, Zeta/Jisagi responsible for the workings on the randomizing guide, Rad1 made the Pokemon Prism Save guide.</p>
<h1>How can I contact you?</h1>
<p>The easiest way would be through Discord, you can find me on the Nintendo Homebrew server: Zeta#3515. I also have a <a href="https://gbatemp.net/members/zetadesigns.423818/">GBATemp profile.</a></p>
</div>
</div>
</body>
</head>
</html>