-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
104 lines (67 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>404 Page not found · www.stedo.net</title>
<meta name="author" content="Tero Liukko">
<meta name="description" content="Reserved for future use">
<meta name="generator" content="Hugo 0.40.2" />
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- RSS autodiscovery -->
<link rel="shortcut icon" href="https://www.stedo.net/img/favicon.ico">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://www.stedo.net/css/screen.css">
<link rel="stylesheet" href="https://www.stedo.net/css/github.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/styles/default.min.css">
<link rel="shortcut icon" type="image/x-icon" href="https://www.stedo.net/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://www.stedo.net/favicon.ico">
<!-- Stylesheet for theme color -->
<style type="text/css">
a, a:visited {color: #33cc99;}
.pagination a {color: #33cc99;}
.gist .gist-file .gist-meta a:visited {color: #33cc99 !important;}
a:focus, a:hover {color: #178b6b;}
h1.post-title a:focus, h1.post-title a:hover, h1.blog-title a:focus, h1.blog-title a:hover {color: #178b6b;}
.older-posts:hover, .newer-posts:hover {color: #178b6b;}
</style>
</head>
<body class="home-template">
<header id="site-head">
<h1 class="blog-title"><a href="https://www.stedo.net">stedo</a></h1>
<h1 class="blog-subtitle">engineering excellence</h1>
</header>
<main class="content" role="main">
<article class="post">
<header>
<h1 class="post-title">404 - Page not found</h1>
</header>
</article>
</main>
<footer class="site-footer">
<div class="inner">
<section class="footer-social">
<a href="//www.linkedin.com/in/teroliukko" target="_blank" title="linkedIn"><i class="fa fa-2x fa-fw fa-linkedin"></i> <span class="hidden">LinkedIn</span></a>
<a href="//github.com/stedocer" target="_blank" title="GitHub"><i class="fa fa-2x fa-fw fa-github"></i> <span class="hidden">GitHub</span></a>
</section>
<section class="copyright">© 2018 <a href="https://www.stedo.net">Tero Liukko</a>. Released under the AGPLv3 license.</section>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://www.stedo.net/js/index.js"></script>
<script src="https://www.stedo.net/js/smooth-scroll.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/highlight.min.js"></script>
<script>
smoothScroll.init({
speed: 800,
easing: 'easeInOutCubic',
updateURL: false,
offset: 125,
});
</script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>