-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
109 lines (86 loc) · 3.73 KB
/
404.html
File metadata and controls
109 lines (86 loc) · 3.73 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Benjii.Me | A Programming Blog by Ben Cull</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/responsive.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/css/prettify.css" type="text/css" media="screen, projection" />
<link href='/fonts/' rel='stylesheet' type='text/css'>
<link href="http://benjii.me/atom.xml" rel="alternate" title="benjii.me" type="application/atom+xml" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<script src="/js/prettify.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="/js/jobfork.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9813084-9']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body onload="prettyPrint()">
<div id="header-wrap">
<header>
<hgroup>
<h1>
<a href="/" title="benjii.me" rel="home">benjii.me</a>
</h1>
</hgroup>
</header>
<div id="secondary" class="widget-area">
<aside id="me" class="widget">
<div class="info">
<img class="grav" src='http://www.gravatar.com/avatar/49a0dce3926e3d18a757f2a73ac08d23.png' alt="Ben Cull" />
<div class="about">
<strong>Ben Cull</strong>
<p>Brisbane, Australia</p>
</div>
</div>
<div class="short-info">
A programming blog by <strong>Ben Cull</strong>
</div>
<ul>
<li id="twitter-button"><a href="http://twitter.com/benjii22" class="twitter-follow-button" data-button="grey" data-text-color="#FFFFFF" data-link-color="#00AEFF">Follow @benjii22</a></li>
<!-- <li> <a href='/about.html'>About</a> </li>
<li id="twitter-text"><a href="http://twitter.com/benjii22" >@benjii22</a></li>
<li> <a href='https://github.com/bjcull'>GitHub</a></li>
<li>
<a href="http://feeds.feedburner.com/benjii22">
<img src='/wp-content/uploads/2011/04/feed-icon.png' />
Subscribe
</a>
</li>-->
</ul>
<!-- <div class="jobfork">
<h4><a href="http://jobfork.com.au/?utm_source=benjiime&utm_medium=sidebar&utm_campaign=blogs" target="_blank">JobFork.com.au</a></h4>
<p>
Awesome job board for Australian developers - built by me.
</p>
</div>-->
</aside>
</div>
</div>
<div id="primary">
<div id="content">
<h1>404, this page is loooong gone</h1>
<p>
Best place to start looking is <a href="/">here</a>. If that doesn't work grab my <a href="/about.html">contact details</a> and abuse me.
</div>
<footer>
<small>powered by <a href="https://github.com/code52/pretzel">pretzel</a> / <a href="https://github.com/mojombo/jekyll">jekyll</a> and living on <a href="https://github.com">github</a></small>
</footer>
</div>
</body>
</html>