-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
84 lines (57 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
404
</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://sinnom.github.io/style.css">
<link rel="stylesheet" href="https://sinnom.github.io/color/pink.css">
<link rel="stylesheet" href="https://sinnom.github.io/font-hack-subset.css">
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://sinnom.github.io" style="text-decoration: none;">
<div class="logo">
SINNOM
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li><a href="https://sinnom.github.io">blog</a></li>
<li><a href="https://sinnom.github.io/tags">tags</a></li>
<li><a href="https://sinnom.github.io/archive">archive</a></li>
<li><a href="https://sinnom.github.io/about">about me</a></li>
<li><a href="https://github.com/sinnom" target="_blank" rel="noopener noreferrer">github</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title">Lost?</h1>
<p>This page does not exist.</p>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2022
Powered by <a href="https://www.getzola.org/">Zola</a></span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
</span>
</div>
</div>
</footer>
</div>
</body>
</html>