-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
62 lines (62 loc) · 3.43 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
---
title: Page Not Found
---
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Daryl Yeo{% if page.title %} | {{ page.title }} {% endif %}</title>
<meta name="description" content="Blind Alley Graffiti | Scrawlings on the wall by Daryl Yeo. Daryl is a Singaporean developer working at Lumos Labs." />
<meta property="og:title" content="Daryl Yeo | Blind Alley Graffiti" />
<meta property="og:description" content="Blind Alley Graffiti | Scrawlings on the wall by Daryl Yeo. Daryl is a Singaporean developer working at Lumos Labs.">
<meta property="og:type" content="article" />
<meta property="og:image" content="http://darylyeo.com/static/images/logo-big.png" />
<meta property="article:author" content="http://darylyeo.com/about/" />
<link rel="author" href="https://plus.google.com/113142563816697551777" />
<link rel="canonical" href="http://darylyeo.com/" />
<meta property="og:url" content="http://darylyeo.com/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="/static/css/base.css" />
<link rel="stylesheet" href="/static/css/skeleton.css" />
<link rel="stylesheet" href="/static/css/layout.css" />
<link rel="stylesheet" href="/static/css/fonts.css" />
<link rel="stylesheet" href="/static/css/syntax.css" />
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<div id="nav" class="container nav-container">
<div id="logo-primary" class="four columns">
<ul>
<li><a href="/" alt="Daryl Yeo | Blind Alley Graffiti" title="Daryl Yeo | Blind Alley Graffiti">Daryl Yeo | Blind Alley Graffiti</a></li>
</ul>
</div>
<div id="nav-primary" class="twelve columns">
<ul>
<li><a href="/" alt="Home" title="Home">Home</a></li>
<li><a href="/blog" alt="Blog" title="Blog">Blog</a></li>
<li><a href="/about" alt="About" title="About">About</a></li>
<li><a href="/projects" alt="Projects" title="Projects">Projects</a></li>
</ul>
</div>
</div>
<div class="container">
<div class="content post eleven columns">
<div class="about-header eleven columns">
<h1 class="about-title eleven columns">404 Not Found</h1>
<p class="about-subtitle eleven columns">Oops! Your page wasn't found. Maybe you should tell <a class="links" href="mailto:[email protected]" alt="daryl [at] darylyeo [dot] com" title="daryl [at] darylyeo [dot] com">me</a> about it.</p>
</div>
<div class="post-body eleven columns">
<div class="post-body-inner eleven columns">
<img class="img-404" src="../static/images/404.jpg" alt="Oops! Your page wasn't found." title="Oops! Your page wasn't found." height="300" width="300">
</div>
</div>
</div>
{% include footer.html %}
</div>
</body>
</html>