-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
35 lines (33 loc) · 950 Bytes
/
Copy path404.html
File metadata and controls
35 lines (33 loc) · 950 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Page not found.">
<title>Not found - Desmond Chai</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="site">
<header class="masthead">
<a class="site-title" href="/">Desmond Chai</a>
<nav aria-label="Main navigation">
<a href="/">home</a>
<a href="/about/">about</a>
<a href="/links/">links</a>
</nav>
</header>
<main>
<h1>404</h1>
<p>
This page does not exist. Try the <a href="/">homepage</a>.
</p>
</main>
<footer>
<a href="/links/#contact">contact</a>
<a href="https://github.com/dezchai/dezchai.github.io">source</a>
<span>2026</span>
</footer>
</div>
</body>
</html>