-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy path404.html
More file actions
36 lines (35 loc) · 1.95 KB
/
Copy path404.html
File metadata and controls
36 lines (35 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A team planner tool for the mainline Pokémon games.">
<title>Pokémon Team Planner: Game Picker</title>
<link rel="shortcut icon" href="static/favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/sanitize.css">
<link rel="stylesheet" href="https://unpkg.com/sanitize.css/typography.css">
<link rel="stylesheet" href="static/style.css">
<script src="static/js/main.js" type="module"></script>
</head>
<body>
<article class="team-planner">
<div class="head">
<header class="head__header">
<h1 class="head__heading"><span class="head__game-name">Pokémon</span> Team Planner</h1>
<p><strong>404</strong> Ooops! It looks like you've reached a URL that doesn't (or no longer) exists.</p>
<p>Please use the buttons below to find your way back to the correct team planner.</p>
</header>
</div>
<div class="tail">
<footer class="tail__footer">
<p class="footer__donation">If you find this project useful, please consider making a <a href="https://www.paypal.com/donate/?hosted_button_id=33DEFPRGZM57Y&lc=US" class="footer__donation-button">donation</a> to keep it alive.</p>
<p class="footer__feedback">Please report bugs or leave feedback by <a href="https://github.com/richi3f/pokemon-team-planner/issues/new/choose">opening an issue in GitHub</a> or contact the administrator via e-mail: <<a href="mailto:richi3f@gmail.com">richi3f@gmail.com</a>>.</p>
<p>
© of <a href="http://twitter.com/richi3f">richi3f</a>, <time datetime="2016">2016</time>-<time datetime="2026">2026</time><br>
Pokémon is © of Nintendo, <time datetime="1995">1995</time>-<time datetime="2026">2026</time>
</p>
</footer>
</div>
</article>
</body>
</html>