-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
93 lines (57 loc) · 2.96 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<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">
<title>404 Page not found · Rafal Gajdulewicz</title>
<link rel="stylesheet" href="http://gajdulewicz.com/css/poole.css">
<link rel="stylesheet" href="http://gajdulewicz.com/css/hyde.css">
<link rel="stylesheet" href="http://gajdulewicz.com/css/poole-overrides.css">
<link rel="stylesheet" href="http://gajdulewicz.com/css/hyde-overrides.css">
<link rel="stylesheet" href="http://gajdulewicz.com/css/hyde-x.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://gajdulewicz.com/touch-icon-144-precomposed.png">
<link href="http://gajdulewicz.com/favicon.png" rel="icon">
<link href="http://gajdulewicz.com/index.xml" rel="alternate" type="application/rss+xml" title="Rafal Gajdulewicz · Rafal Gajdulewicz" />
<meta name="description" content="">
<meta name="keywords" content="">
<script>
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67347513-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="theme-base-08 layout-reverse">
<div class="sidebar">
<div class="container">
<div class="sidebar-about">
<h1>Rafal Gajdulewicz</h1>
</div>
<ul class="sidebar-nav">
<li class="sidebar-nav-item"><a href="http://gajdulewicz.com/">Posts</a></li>
<li class="sidebar-nav-item"><a href="http://gajdulewicz.com/about/">About me</a></li>
</ul>
<ul class="sidebar-nav">
<li class="sidebar-nav-item">
<a href="https://github.com/rafax"><i class="fa fa-github-square fa-3x"></i></a>
<a href="https://linkedin.com/in/gajdulewicz"><i class="fa fa-linkedin-square fa-3x"></i></a>
<a href="https://twitter.com/gdlwcz"><i class="fa fa-twitter-square fa-3x"></i></a>
</li>
</ul>
</div>
</div>
<div class="content container">
<div class="post">
<h1>404 Not Found</h1>
<p>What you're looking for isn't here, sorry!</p>
<p><a href="http://gajdulewicz.com/">← Click here to go back home</a></p>
</div>
</div>
</body>
</html>