-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
101 lines (71 loc) · 2.97 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" 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="generator" content="Hugo 0.19" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title> 404 Page not found · I Love To Delete Code </title>
<link rel="stylesheet" href="http://www.ilovetodeletecode.com/css/poole.css">
<link rel="stylesheet" href="http://www.ilovetodeletecode.com/css/syntax.css">
<link rel="stylesheet" href="http://www.ilovetodeletecode.com/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://www.ilovetodeletecode.com/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="http://www.ilovetodeletecode.com/favicon.png">
<link href="http://www.ilovetodeletecode.com/404.html/index.xml" rel="alternate" type="application/rss+xml" title="I Love To Delete Code" />
<style>
#social,
#links {
margin-top: 10px
}
#social i {
margin-left: 25px
}
#social a:hover,
#social a:focus {
text-decoration: none;
color: #bddbed
}
pre {
background-color: #202020;
color: white;
overflow: auto;
word-wrap: normal;
white-space: pre;
font-size: 12px;
}
</style>
</head>
<body class="">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<img src="http://www.ilovetodeletecode.com/logo.png" alt="Hugo Themes">
<a href="http://www.ilovetodeletecode.com/"><h1>I Love To Delete Code</h1></a>
<p class="lead">
Deleting code is violating the law of entropy and setting the universe right.
</p>
</div>
<ul class="sidebar-nav">
<li><a href="http://www.ilovetodeletecode.com/">Home</a> </li>
<li><a href="http://www.ilovetodeletecode.com/post/"> Blog </a></li>
<li><a href="http://www.ilovetodeletecode.com/about/"> About </a></li>
</ul>
<div id="social" class="text-center">
<a href="https://twitter.com/JernejGoricki" target="new">
<i class="fa fa-twitter fa-2x"></i>
</a>
<a href="http://uk.linkedin.com/in/jernejgoricki" target="new">
<i class="fa fa-linkedin fa-2x"></i>
</a>
</div>
<p></p>
</div>
</div>
<div class="content container">
<h1>404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="http://www.ilovetodeletecode.com/">Head back home</a> to try finding it again.</p>
</div>
</body>
</html>