-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
57 lines (50 loc) · 2.39 KB
/
404.html
File metadata and controls
57 lines (50 loc) · 2.39 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Learn geography easily on Geography Genius. Map quizzes on every part of the world make it easy to strengthen your geography knowledge">
<meta name="keywords" content="Learn, Geography, Easily, Genius">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="og:image" content="https://geographygenius.github.io/favicon.ico">
<meta name="google" value="notranslate">
<link rel="apple-touch-icon" href="/images/logos/apple-touch-icon.png">
<link rel="manifest" href="/manifest.webmanifest">
<title>Loading...</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<script src="/js/main.js"></script>
<span style="padding: 10px;" id="redirect-message" hidden="true">Redirecting...</span>
<div id="actually-everything" hidden="true">
<!-- start header -->
<ul class="h-ul">
<li class="h-li-icon"><a class="h-a" href="/"><img src="/images/logos/logo-horizontal-new-icon.png" width=200></a></li>
<li class="h-li"><a class="h-a" href="/geography/">Geography</a></li>
<li class="h-li"><a class="h-a" href="/geography/world">World</a></li>
<li class="h-li"><a class="h-a" href="/geography/americas">Americas</a></li>
<li class="h-li"><a class="h-a" href="/geography/africa">Africa</a></li>
<li class="h-li"><a class="h-a" href="/geography/europe">Europe</a></li>
<li class="h-li"><a class="h-a" href="/geography/asia">Asia</a></li>
<li class="h-li"><a class="h-a" href="/geography/oceania">Oceania</a></li>
<li class="h-li"><a class="h-a" href="/geography/custom-quizzes">Custom Quizzes</a></li>
</ul>
<!-- end header -->
<!-- REMEMBER, YOU NEED A DIV SO THERE IS MARGIN -->
<div class="everything" style="max-width: fit-content;margin-left: auto;margin-right: auto;">
<img src="/images/404-new.svg" width="100%">
<!-- <p>Sorry, we couldn't find that page anywhere on the planet!</p>
<p>Maybe you should <a href="/">go home?</a></p> -->
</div>
<footer>
<hr>
<a href="/info/about">About</a><span> • </span>
<a href="/info/disclaimer">Disclaimer</a><span> • </span>
<a href="/blog/">News & Updates</a>
<!-- <br style="margin: 5px;">
<span>©<script>document.write(new Date().getFullYear())</script>  Geography Genius</span> -->
<br><br>
</footer>
</div>
<script src="/js/404.js"></script>
</body>
</html>