-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
66 lines (63 loc) · 2.46 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<!-- -- Common -- -->
<base target="_blank" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="no-referrer">
<meta http-equiv="Content-Security-Policy" content="
default-src 'none';
style-src https://fonts.googleapis.com/ 'self';
font-src https://fonts.gstatic.com/;
img-src 'self';
form-action 'none'
" />
<link rel="icon" href="/favicon.png" />
<link rel="stylesheet" href="/style.css" />
<!-- Twitter/X use the standard "name" attribute -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@wtsdev" />
<meta name="twitter:creator" content="@wtsdev" />
<!-- Facebook/OpenGraph use the non-standard "property" attribute -->
<meta property="og:site_name" content="Watch This Space" />
<meta property="og:image" content="https://wts.dev/favicon.png" />
<meta property="og:image:secure_url" content="https://wts.dev/favicon.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="A large purple letter W on a light tan background" />
<!-- -- Page-Specific -- -->
<!-- Styles -->
<link rel="stylesheet" href="/expansion.css" />
<link rel="stylesheet" href="/404.css" />
<!-- URL -->
<link rel="canonical" href="https://wts.dev/404/" />
<meta property="og:url" content="https://wts.dev/404/" />
<!-- Title -->
<meta property="og:title" content="404 | Watch This Space" />
<title>404 | Watch This Space</title>
<!-- Description -->
<meta name="description" content="Page not found." />
<meta property="og:description" content="Page not found." />
<!-- Additional -->
<meta name="robots" content="noindex">
<meta property="og:type" content="website" />
<meta name="author" content="Noah Gregory" />
</head>
<body id="_404">
<main>
<div class="expansion" id="_404-expansion">
<div class="components">
<span class="number" id="_4a">4</span>
<span class="number" id="_0">0</span>
<span class="number" id="_4b">4</span>
<span class="word" id="page">Page</span>
<span class="word" id="not">Not</span>
<span class="word" id="found">Found</span>
</div>
<a href="/" target="_self" id="home" class="link">Go Home</a>
</div>
</main>
</body>
</html>