-
Notifications
You must be signed in to change notification settings - Fork 2
/
languages.html
103 lines (100 loc) · 5.4 KB
/
languages.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
102
103
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Furry Games Index</title>
<meta name="keywords" content="furry, game, kemono">
<meta name="description" content="A project to index furry & kemono games.">
<link rel="stylesheet" href="./styles/peafowl.css?hc=uquery&t=1653658926">
<link rel="stylesheet" href="./icons/icon.css?hc=uquery&t=1729947565">
</head>
<body>
<header>
<nav>
<div class="title">Furry Games Index</div>
<ul>
<li class=""><a class="iconline" href="./en/index.html"><span class="icon" data-icon="" aria-hidden="true"></span>Home</a></li>
<li class=""><a class="iconline" href="./en/list.html"><span class="icon" data-icon="" aria-hidden="true"></span>All games</a></li>
<li class=""><a class="iconline" href="./en/search.html"><span class="icon" data-icon="" aria-hidden="true"></span>Search</a></li>
<li class=""><a class="iconline" href="./en/faq.html"><span class="icon" data-icon="" aria-hidden="true"></span>FAQ</a></li>
<li><a class="iconline" href="https://github.com/FurryGamesIndex/games/wiki/Contributors"><span class="icon" data-icon="" aria-hidden="true"></span>Contributors</a></li>
<li class="activated"><a class="iconline" href="./languages.html"><span class="icon" data-icon="" aria-hidden="true"></span>Languages</a></li>
</ul>
</nav>
</header>
<noscript>
<aside class="box warning">
<span class="icon" data-icon="" aria-hidden="true"></span>
<p>Some or all of the features on this page require JavaScript to work properly.</p>
</aside>
</noscript><main class="main_generic">
<p class="small" id="lang_tip"></p>
<ul class="link_container" id="langs">
<li><a class="iconline" href="./en/"><span class="icon" data-icon="" aria-hidden="true"></span><span>English</span></a></li>
<li><a class="iconline" href="./zh-cn/"><span class="icon" data-icon="" aria-hidden="true"></span><span>简体中文(Simplified Chinese)</span></a></li>
<li><a class="iconline" href="./zh-tw/"><span class="icon" data-icon="" aria-hidden="true"></span><span>繁體中文(Traditional Chinese)</span></a></li>
</ul>
<aside class="box notice">
<span class="icon" data-icon="" aria-hidden="true"></span>
<p>Please help us translate FurryGamesIndex. If you want to see that your language listed in here, don't hesitate to <a target="_blank" href="https://github.com/FurryGamesIndex/games/wiki#news-channel-and-contacts">contact us</a>.</p>
</aside>
</main>
<footer class="small">
<section>
<p>Copyright The FurryGamesIndex project, The data on this site is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC-BY-NC-SA 4.0</a>. The copyright of some data (such as game screenshots) belongs to the original owner. We only release them under the premise of <a href="https://en.wikipedia.org/wiki/Fair_use">fair use</a>.</p>
<p><a href="./privacy-policy.html">Privacy Policy</a></p>
<p><a href="./credits.html">Powered by Open-source softwares</a></p>
</section>
<section>
<p><a class="iconline" href="./languages.html"><span class="icon" data-icon="" aria-hidden="true"></span><span>Languages</span></a></p>
<p><a class="iconline" href="./en/preferences.html"><span class="icon" data-icon="" aria-hidden="true"></span><span>Site Preferences</span></a></p>
<p>
Found something missing or wrong? want to add new games? Or want to improve FurryGamesIndex? <a href="https://github.com/FurryGamesIndex/games/tree/master/.github/CONTRIBUTING.md">Get Involved</a> now!
</p>
<address>
Contact FurryGamesIndex project by<br>
<a href="https://github.com/FurryGamesIndex/games" title="Github Project">
<span class="icon" data-icon="" aria-hidden="true"></span>
</a>
<a id="email-link" href="javascript:void(0)" title="Contact us">
<span class="icon" data-icon="" aria-hidden="true"></span>
</a>
<a href="https://t.me/FurryGamesIndex" title="Telegram Channel/Groups">
<span class="icon" data-icon="" aria-hidden="true"></span>
</a>
</address>
<p>Your email will be displayed on our <a href="https://groups.google.com/g/furrygamesindex">mailing list</a> for all users.
</p>
</section>
<section>
<p><a class="iconline" href="./en/feed.xml"><span class="icon" data-icon="" aria-hidden="true"></span><span>RSS Feed</span></a></p>
<p>RSS Feed will push the 50 most recent game entries added to FGI in chronological order.</p>
</section>
</footer>
<script src="./scripts/base.js?hc=uquery&t=1621062972"></script>
<script>
const user = "list";
const domain = "furrygames.top";
document.getElementById("email-link").href = `mailto:${user}@${domain}`;
document.getElementById("email-link").title = `${user}@${domain}`;
</script><script>
const regexp = new RegExp(window.location.host + "/[a-z\\-]*/($|games/|list|index|search|faq|preferences).*");
const match = document.referrer.match(regexp)
if (match !== null && match.length >= 1) {
let path = match[0].substring(match[0].indexOf('/') + 1);
path = path.substring(path.indexOf('/') + 1);
console.log(path);
$$('#langs a').forEach(a => {
a.href = a.href + path;
});
$('#lang_tip').textContent = "Note: you will be redirected to <Language>/" + path;
} else if (window.location.host === "") {
$$('#langs a').forEach(a => {
a.href = a.href + "index.html";
});
}
</script>
</body>
</html>