-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
29 lines (29 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" />
<meta name="msapplication-TileColor" content="#76afdf" />
<meta name="msapplication-config" content="browserconfig.xml" />
<meta name="theme-color" content="#76afdf" />
<link rel="shortcut icon" type="image/x-icon" sizes="48x48 32x32 16x16" href="/icon/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="/icon/icon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/icon/icon-32x32.png" />
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/icon/icon-180x180.png" />
<link rel="mask-icon" type="image/svg+xml" sizes="any" href="/icon/icon-mono.svg" color="#76afdf" />
<link rel="stylesheet" type="text/css" href="/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link rel="manifest" type="application/manifest+json" href="/manifest.webmanifest" />
<title>Page Not Found</title>
</head>
<body>
<h1 class="marquee"><span>Page Not Found</span></h1>
<h3>Sorry, But the Page You Were Trying to View Does Not Exist</h3>
<a href="/"><h4 class="home">Return Home</h4></a>
<footer>
<p class="licence">
Copyright © 2023 Caleb Evans. Licensed under the <a rel="license" href="/LICENCE.txt">European Union Public Licence, Version 1.2</a>, or later.
</p>
</footer>
</body>
</html>