-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
74 lines (49 loc) · 1.95 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
<!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="Oimaasi">
<meta name="description" content="Res severa est verum gaudium">
<meta name="keywords" content="blog,developer,personal">
<base href="https://oimaasi.github.io/notes/">
<title>Oimaasi</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="https://oimaasi.github.io/notes/css/style.min.css">
<link rel="icon" type="image/png" href="https://oimaasi.github.io/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://oimaasi.github.io/images/favicon-16x16.png" sizes="16x16">
<meta name="generator" content="Hugo 0.42.1" />
</head>
<body>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="https://oimaasi.github.io/notes/">
Oimaasi
</a>
<ul class="navigation-list float-right">
<li class="navigation-item">
<a class="navigation-link" href="https://oimaasi.github.io/notes/posts/">Blog</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="https://oimaasi.github.io/notes/">homepage</a>.</p>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
© 2018 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>
</main>
</body>
</html>