-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
49 lines (41 loc) · 1.57 KB
/
404.html
File metadata and controls
49 lines (41 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset=utf-8 />
<title>404 Not Found</title>
<meta name=description content="404 Not Found" />
<link rel="canonical" href="https://nostradavid.com/404.html">
<meta name=theme-color content=#800 />
<link rel=apple-touch-icon href=/images/icons-192.png>
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel=manifest href=/manifest.json />
<link rel=icon href=/images/favicon.svg />
<link rel=preload href=/styles/main.css as=style onload="this.rel='stylesheet';this.onload=null">
<link rel=preload href=/styles/layout.css as=style onload="this.rel='stylesheet';this.onload=null">
<noscript>
<link rel=stylesheet href="/styles/main.css" />
<link rel=stylesheet href="/styles/layout.css" />
</noscript>
</head>
<body>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169207994-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-169207994-1');
</script>
<header>
<a href="/"><img src="/images/website-banner-2020-12-19.jpg" width="100%" alt="a banner "></a>
</header>
<main>
<h1>404 Not Found</h1>
<p style="font-size: x-large"><a href="/">Go to the frontpage</a></p>
</main>
<footer class=copyright>
<p><a href="https://www.youtube.com/watch?v=czgOWmtGVGs">©12019 – <span id=target-year>120__</span></a>, NostraDavid</p>
<p></p><sub>Last updated: <time id=updated>2020-__-__</time></sub></p>
</footer>
<script async src=/index.js></script>
</body>
</html>