-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguides.html
More file actions
36 lines (36 loc) · 997 Bytes
/
guides.html
File metadata and controls
36 lines (36 loc) · 997 Bytes
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>
<meta charset="utf-8">
<link href="css/main.css" rel="stylesheet" type="text/css">
<head>
<title>Guide List</title>
</head>
<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="container">
<div class="content">
<h1>Overview of all guides available</h1>
<ul>
<li><a href="randomizing-layeredfs.html">Randomizing a Pokemon game</a></li>
<li><a href="randomizing-vc.html">Randomizing a VC Pokemon game</a></li>
<li><a href="injecting_prism.html">Injecting Pokemon Prism Save</a></li>
<li><a href="decrypt9-usage.html">Decrypt9 Usage</a></li>
<li><a href="cthulhu-usage.html">Cthulhu Usage</a></li>
</ul>
</div>
</div>
</body>
</html>