-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
51 lines (49 loc) · 2.36 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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>404 Page not found - Github Trends</title>
<meta content="404 Page not found - Github Trends" property="og:title">
<meta name="description" content="Github Trends">
<meta property="og:description" content="Github Trends">
<meta name="twitter:description" content="Github Trends">
<meta name="keywords" content="github,github trending,trending,ranking">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, user-scalable=yes">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="max-snippet:-1, max-image-preview:large, max-video-preview:-1" name="robots">
<meta content="#598cff" name="theme-color">
<meta content="telephone=no" name="format-detection">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="summary_large_image" name="twitter:card">
<meta content="@Seiriryu" name="twitter:site">
<meta content="@Seiriryu" name="twitter:creator">
<link rel="icon" href="./favicon.ico">
<link rel="stylesheet" type="text/css" href="https://newsround.eu.org/github-trends/css/styles.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E4CG1XRFV6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E4CG1XRFV6');
</script>
</head>
<body>
<header>
<h1 style="font-size: 3em;">404</h1>
<nav>
<ul>
<li><a href="https://newsround.eu.org/github-trends/">Home</a></li>
<li><a href="https://newsround.eu.org/github-trends/archive.html">Archives</a></li>
</ul>
</nav>
</header>
<main>
<div style="display:flex;justify-content: center; font-size: 1.5em;">
<h2>Page Not Found.</h2>
</div>
</main>
<footer>
<p>© 2023 <a href="https://github.com/RyuSeiri">Seiri</a> All rights reserved.</p>
</footer>
</body>
</html>