-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
108 lines (51 loc) · 1.98 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Henrik Jönsson</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.100.1" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
</head>
<body>
<nav class="navigation">
<a href="/"> <span class="arrow">←</span>Home</a>
<a href="/posts">Archive</a>
<a href="/tags">Tags</a>
<a href="/about">About</a>
</nav>
<main class="main">
<div id="page-404">
<div class="text">
<h1>404 - Page Not Found</h1>
<div>The content you're looking for doesn't seem to exist.</div>
</div>
<h2 class="read-more">Read more</h2>
<section class="item">
<div>
<h1 class="title"><a href='/posts/introduction/'>Introduction</a></h1>
<div class="date">Jun 4, 2022</div>
</div>
</section>
</div>
</main>
<footer id="footer">
<div class="copyright">
© Copyright
2022
<span class="split">
<svg fill="#bbbbbb" width="15" height="15" version="1.1" id="heart-15" xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 15 15">
<path d="M13.91,6.75c-1.17,2.25-4.3,5.31-6.07,6.94c-0.1903,0.1718-0.4797,0.1718-0.67,0C5.39,12.06,2.26,9,1.09,6.75
	C-1.48,1.8,5-1.5,7.5,3.45C10-1.5,16.48,1.8,13.91,6.75z"/>
</svg>
</span>
</div>
<div class="powerby">
Powered by <a href='http://www.gohugo.io/'>Hugo</a> Theme By <a href='https://github.com/nodejh/hugo-theme-mini'>nodejh</a>
</div>
</footer>
</body>
</html>