-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
82 lines (66 loc) · 3.7 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Page not found - PokéJisho | ポケ辞書</title>
<!-- Fav Icon -->
<link rel="icon" type="image/png" href="https://old.pokejisho.com/favicon.png">
<!-- Google -->
<meta name="description" content="PokéJisho is a Pokémon Japanese-English diciontary. ポケ辞書はポケモンの和英辞書です。 Look up the names of Pokémon, abilities, items, moves, and natures in Japanese and English.">
<meta name="keywords" content="japanese, PokéJisho, english, pokémon, pokemon, pocket monsters, dictionary, jisho, sun, moon 辞書, ポケモン, 英語, 日本語, ポケ辞書">
<meta name="application-name" content="PokéJisho | ポケ辞書">
<!-- Facebook -->
<meta property="og:title" content="PokéJisho | ポケ辞書">
<meta property="og:type" content="article">
<meta property="og:image" content="https://old.pokejisho.com/img/share.jpg">
<meta property="og:description" content="PokéJisho is a Pokémon Japanese-English diciontary. ポケ辞書はポケモンの和英辞書です。 Look up the names of Pokémon, abilities, items, moves, and natures in Japanese and English.">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="PokéJisho | ポケ辞書">
<meta name="twitter:description" content="PokéJisho is a Pokémon Japanese-English diciontary. ポケ辞書はポケモンの和英辞書です。 Look up the names of Pokémon, abilities, items, moves, and natures in Japanese and English.">
<meta name="twitter:image" content="https://old.pokejisho.com/img/share.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="/ja-fonts/mikes-japanese-fonts.css">
<link rel="stylesheet" href="/css/homepage.css">
<meta name="theme-color" content="#CDDC39">
<script defer data-domain="pokejisho.com" src="https://plausible.michaelcharl.es/js/script.js"></script>
</head>
<body>
<div class="homepage-container">
<div style="margin: 1em;">
<h1 style="text-align: left;margin-bottom: 0;">404</h1>
<h2>Page not found.</h2>
<p>The page you are looking for cannot be found. </p>
<p>Click on one of the following buttons to go to the PokéJisho app.</p>
</div>
<div class="language-select"><a class="en" href="/en/jisho">English</a><a class="ja" href="/ja/jisho">日本語</a></div>
<footer>
<div class="footer-content">
<p>Pokémon and its trademarks are ©1995-
<script>
document.write(new Date().getFullYear())
</script> Nintendo, Creatures, and GAMEFREAK. </p>
<p>PokéJisho is an unofficial educational Pokémon fansite. The PokéJisho web app itself is under an MIT license. <a href="https://github.com/mca62511/pokejisho">See the repository on GitHub.</a></a>
</p>
</div>
</footer>
</div>
</body>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-74758128-4', 'auto');
ga('send', 'pageview');
</script>
</html>