-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
156 lines (87 loc) · 4.56 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Whoah, that's a 404 Error</title>
<link rel="stylesheet" href="/assets/css/main.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/css/prism.css">
<script async src="/assets/js/prism.js"></script>
<link rel="stylesheet" href="/assets/css/ideal-image-slider.css">
<link rel="stylesheet" href="/assets/css/video-embed.css">
<script async src="/assets/js/ideal-image-slider.js"></script>
<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700" rel="stylesheet">
<link rel="shortcut icon" href="/assets/images/alchemy.ico">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for archiavelli" href="/feed.xml" />
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Whoah, that’s a 404 Error | archiavelli</title>
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="Whoah, that’s a 404 Error" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://www.harapan.me/404.html" />
<meta property="og:url" content="https://www.harapan.me/404.html" />
<meta property="og:site_name" content="archiavelli" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Whoah, that’s a 404 Error" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","headline":"Whoah, that’s a 404 Error","url":"https://www.harapan.me/404.html"}</script>
<!-- End Jekyll SEO tag -->
<!-- Google Analytics -->
<script>
var host = window.location.hostname;
if(host != "localhost")
{
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-134611589-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4188943909307860",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div class="content-container">
<header class="header">
<div class="header-title">
<a href="https://www.harapan.me">archiavelli</a>
</div>
<nav class="header-nav">
<a href="/">home</a>
<a href="/about">about</a>
<a href="/exlibris">exlibris</a>
<a href="/thesummits">summits</a>
<a href="/blog">blog</a>
</nav>
</header>
<div class="page">
<h1 class="page-title">Whoah, that's a 404 Error</h1>
<span>Hey, sorry, but the page you're trying to access doesn't exist. Try going back to the <a href="https://www.harapan.me">homepage</a>, or use the navigation menu above to find what you're looking for.</span>
</div>
<!-- Documents about icons are here: http://fontawesome.io/icons/ -->
<div class="footer">
<hr />
<div class="footer-link">
<a href="https://twitter.com/archiavelli"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://github.com/rhps"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="http://stackoverflow.com/users/5575744"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a>
<a href="mailto:rio@harapan.me"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
<i class="fa fa-copyright" aria-hidden="true"></i> 2018 harapan.me. Made with <i class="fa fa-heart pink"></i> with many cups of <i class="fa fa-coffee" aria-hidden="true"></i>
</div>
</div>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/css/lightbox.min.css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/js/lightbox-plus-jquery.min.js"></script>
</body>
</html>