-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·101 lines (101 loc) · 4.96 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pokke</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Pokke" property="og:title">
<meta content="A hub for accessing resources across all Monster Hunter games" property="og:description">
<meta content="https://pokke.moe" property="og:url">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link href="/main.css" rel="stylesheet">
<script src="/main.js" defer></script>
<script src="lib/htmx/htmx.min.js" defer></script>
</head>
<body>
<div id="credit-modal-id" class="popup-modal">
<div class="popup-modal-content">
<div class="popup-header">
<span id="credit-close" class="popup-close">×</span>
<h2 class="popup-top-bar">Credits</h2>
</div>
<div class="popup-body">
<p><a href="https://mastodon.online/@Parsec" target="_blank">Parsec</a>
for originally creating a curated list of all those links here
and giving me the motivation to create this
</p>
<p><a href="https://twitch.tv/mhutwitch" target="_blank">Alpha from MH United</a>
for providing me with a lot of links to resources around MH Dos
</p>
<p>Every Developer of all the websites mentioned on this website</p>
<p>All researchers for extracting all the information for the games</p>
<p>Favicon provided by the <a href="https://discord.gg/WDPZkYRA">MH classic HD Project</a>, all assets belong to Capcom</p>
<p><a href="https://capcom.com" target="_blank">Capcom</a> for creating the Monster Hunter series</p>
<p>This website is not affiliated with Capcom and is not endorsed by them whatsoever</p>
</div>
</div>
</div>
<div id="wiki-db-modal-id" class="popup-modal">
<div class="popup-modal-content">
<div class="popup-header">
<span id="wiki-db-close" class="popup-close">×</span>
<h2 class="popup-top-bar">wiki-db | Online set searchers</h2>
</div>
<div class="popup-body">
<p><a href="https://wiki-db.com" target="_blank">wiki-db</a>
main site
</p>
<p><a href="https://mh4g.wiki-db.com/sim/?hl=en" target="_blank">MH4G</a>
Monster Hunter 4 Ultimate
</p>
<p><a href="https://mhx.wiki-db.com/sim/?hl=en" target="_blank">MHGen</a>
Monster Hunter Generations
</p>
<p><a href="https://mhxx.wiki-db.com/sim/?hl=en" target="_blank">MHGU</a>
Monster Hunter Generations Ultimate
</p>
<p><a href="https://mhw.wiki-db.com/sim/?hl=en" target="_blank">MHW</a>
Monster Hunter World (Iceborne)
</p>
<p><a href="https://mhrise.wiki-db.com/sim/?hl=en" target="_blank">MHR</a>
Monster Hunter Rise (Sunbreak)
</p>
</div>
</div>
</div>
<h1 class="main-title">Pokke</h1>
<p class="main-info">A website that lists public tools for the Monster Hunter game series</p>
<hr>
<div class="menu-bar">
<button class="gen" hx-get="/gen/first.html" hx-target="#gen-body">First Gen</button>
<button class="gen" hx-get="/gen/second.html" hx-target="#gen-body">Second Gen</button>
<button class="gen" hx-get="/gen/third.html" hx-target="#gen-body">Third Gen</button>
<button class="gen" hx-get="/gen/fourth.html" hx-target="#gen-body">Fourth Gen</button>
<button class="gen" hx-get="/gen/fifth.html" hx-target="#gen-body">Fifth Gen</button>
<button class="gen" hx-get="/gen/sixth.html" hx-target="#gen-body">Sixth Gen</button>
</div>
<div id="gen-body"></div>
<hr>
<div class="recommended">
<h4>Most commonly used tools for various generations</h4>
<hr>
<h5><a href="https://kiranico.com/" target="_blank">Kiranico</a></h5>
<h5><a href="https://www.mediafire.com/folder/4o1idj7mmtn85/Monster_Hunter" target="_blank">Athena's Tools</a></h5>
<h5><a href="https://sites.google.com/site/pingsdex/" target="_blank">Ping's Dex</a></h5>
<h5 id="wiki-db-id">Online Set Searchers | wiki-db</h5>
<hr>
<h4>Online Networking and exotic places</h4>
<hr>
<h5><a href="https://hunstermonter.net/info.php" target="_blank">Hunsterverse</a></h5>
<h5><a href="https://wikiwiki.jp/nenaiko/" target="_blank">MH Encyclopedia | JP Wiki</a></h5>
<h5><a href="https://monsterhunterwiki.org/wiki/Main_Page" target="_blank">Monster Hunter Wiki | EN Wiki</a></h5>
</div>
<footer class="end-of-page">
<hr>
<p>Hosted with <a href="https://pages.github.com">GitHub Pages</a></p>
<p><a href="https://github.com/souliboi/pokke" target="_blank">Source</a></p>
<p id="credit-id">Credits</p>
</footer>
<a style="visibility: hidden" rel="me" href="https://mastodon.social/@souliboi">Mastodon</a>
</body>
</html>