-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
79 lines (54 loc) · 2.06 KB
/
404.html
File metadata and controls
79 lines (54 loc) · 2.06 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Winston Laoh">
<meta name="description" content="Winston Laoh's personal website">
<meta name="keywords" content="blog,engineer,qa,personal">
<base href="">
<title>Winston Laoh</title>
<link rel="canonical" href="">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
<link rel="stylesheet" href="//cdn.rawgit.com/necolas/normalize.css/master/normalize.css">
<link rel="stylesheet" href="css/style.min.css">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Winston Laoh" />
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Winston Laoh" />
<meta name="generator" content="Hugo 0.25.1" />
</head>
<body>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="/">
Winston Laoh
</a>
<ul class="navigation-list float-right">
<li class="navigation-item">
<a class="navigation-link" href="/about/">About</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="/resume/">Resume</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Sorry, this page does not exist.<br />You can head back to <a href="">homepage</a>.</p>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
© 0001 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>
</main>
</body>
</html>