-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
90 lines (78 loc) · 3.15 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<html lang="en">
<!--
┌─────────────────────────────────┐
│ │
│ │
│ │
│ │
│ │
│ │
│ 404 :( │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
└─────────────────────────────────┘
a view source web
Garry Ing
issue 03, spring 2024, the html review
Welcome to the 404.html file
-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404</title>
<link rel="stylesheet" href="/css/style.css">
<meta property="og:title" content="404">
<meta property="og:type" content="website">
<meta property="og:url" content="https://viewsource.info">
<meta property="og:image" content="https://viewsource.info/img/preview.png">
<meta property="og:image:alt" content="A patent drawing of a landscape with url tags in the sky">
<meta property="og:description" content="reflections on view source by Garry Ing. the html review, spring 2024">
<meta name="description" content="reflections on view source by Garry Ing. the html review, spring 2024">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://viewsource.info/img/preview.png">
<meta name="twitter:url" content="https://viewsource.info">
<link rel="icon" href="/favicon.ico" sizes="any">
</head>
<body>
<main class="measure-content center mv7">
<div id="title-content">
<h1 class="normal monospace">404 :(</h1>
<p class="copy-content">Return to <a href="/">index.html</a></p>
</div>
</main>
<aside id="support">
<div id="taglist" class="inspect-ignore"></div>
<div id="inspect-controls">
<div class="mr2">
<input
type="checkbox"
id="inspect"
name="inspect"
class="v-mid w-checkbox"
aria-labelledby="inspect-label"
checked>
<label for="inspect" id="inspect-label">inspect</label>
</div>
<div class="mr2">
<input
type="checkbox"
id="dusk"
name="dusk"
class="v-mid w-checkbox"
aria-labelledby="dusk-label">
<label for="dusk" id="dusk-label">dusk</label>
</div>
<a class="button-link" href="https://github.com/garrying/viewsource.info" target="_blank"><em>view source ↗</em></a>
</div>
</aside>
<!-- scripts for the inspector -->
<script src="/js/modules/dom-inspector.js"></script>
<script type="module" src="/js/main.js"></script>
</body>
</html>