-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
79 lines (76 loc) · 2.58 KB
/
Copy pathmenu.html
File metadata and controls
79 lines (76 loc) · 2.58 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<div class="farts">
<ul id="dropdown">
<div class="dropdown">
<button class="dropbtn">Gen 3</button>
<div class="dropdown-content">
<a href="/g3/frlg-initial-seed.html">Fire Red / Leaf Green Initial Seed Guide</a>
<a href="/g3/frlg-starter.html">Fire Red / Leaf Green Starter and SID RNG</a>
<a href="/g3/rsewild.html">Ruby/Sapphire/Emerald Wild RNG</a>
<a href="/g3/RSPaintingGuide.html">Ruby/Sapphire Painting RNG Guide</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">GC</button>
<div class="dropdown-content">
<a href="/gc/blink.html">Colosseum Blink</a>
<a href="/gc/coloid.html">Colosseum ID RNG</a>
<a href="/gc/ageto.html">Ageto Celebi RNG</a>
<a href="/gc/channel.html">Channel Jirachi RNG</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Gen 4</button>
<div class="dropdown-content">
<a href="/g4/munchlax.html">Honey Tree RNG</a>
<a href="/g4/unown.html">HGSS Unown RNG</a>
<a href="/g4/aprijuicesid.html">Aprijuice SID Finding</a>
<a href="/g4/dpptegg.html">DPPt Egg RNG</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Gen 5</button>
<div class="dropdown-content">
<a href="/g5/dreamradar.html">Dream Radar RNG</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Gen 6</button>
<div class="dropdown-content">
<a href="/g6/xyrng.html">X/Y Complete RNG Guide</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Gen 7</button>
<div class="dropdown-content">
<a href="#">Placeholder</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Gen 8</button>
<div class="dropdown-content">
<a href="#">Placeholder</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Tools</button>
<div class="dropdown-content">
<a href="/flowtimerconverter.html">Flowtimer Converter</a>
<a href="/blisypaint.html">RSE Paint Flowtimer Converter</a>
<a href="/blisytv.html">TeachyTV Flowtimer Converter</a>
<a href="/jirachitimer.html">Jirachi Timer Flowtimer Converter</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Style</button>
<div class="dropdown-content">
<a href="#" onclick="setActiveStyleSheet('default'); return false;">Blisy theme</a>
<a href="#" onclick="setActiveStyleSheet('alternate'); return false;">Noibat Nightmode</a>
<a href="#" onclick="setActiveStyleSheet('dnd'); return false;">Players Handbook theme</a>
</div>
</div>
<a href="/dnd">D&D</a>
<a href="#">Page-Top</a>
</div>
</ul>
</div>