-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
122 lines (106 loc) · 4.31 KB
/
404.html
File metadata and controls
122 lines (106 loc) · 4.31 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Matthew Cobbs, Detroit Web Developer</title>
<meta name="description" content="Matthew Cobbs - a 30 year-old web developer from Detroit">
<meta name="author" content="Matthew Cobbs">
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- CSS: implied media=all -->
<link rel="stylesheet" href="/bootstrap/bootstrap.css">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/draeton.css">
<!-- link rel="stylesheet" href="/css/style.css" -->
<!-- end CSS-->
<!-- Loading everything with Modernizr -->
<script src="/js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body>
<!-- top navigation -->
<nav>
<div class="topbar" data-dropdown="dropdown">
<div class="fill">
<div class="container span10">
<a class="brand" href="/">Matthew Cobbs</a>
<form action="/search.html" class="search pull-right">
<input name="gsc" type="text" placeholder="Search"/>
</form>
</div>
</div>
</div>
</nav>
<!-- main content container -->
<div class="container span10">
<div class="content">
<!-- start section -->
<section id="search">
<h2>Page Not Found - Error 404</h2>
<!-- google custom search -->
<div id="cse">Loading</div>
<script src="//www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en', style : google.loader.themes.SHINY});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl(
'013680153194229295273:4xubroyqcd4');
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
customSearchControl.draw('cse');
}, true);
</script>
<link rel="stylesheet" href="/css/gsearch.css">
</section>
<!-- end section -->
</div>
</div>
<!-- footer -->
<footer>
<div class="container span10">
<div class="content">
<div class="pull-left">
<p>
Matthew Cobbs<br />
Detroit Web Developer<br />
draeton@gmail.com
</p>
</div>
<div class="pull-right text-right">
<p>
<a href="http://github.com/draeton/">github.com/draeton</a><br />
<a href="http://twitter.com/draeton/">twitter.com/draeton</a><br />
© 2011, Matthew Cobbs
</p>
</div>
</div>
</div>
</footer>
<!-- loading scripts and analytics -->
<script>
window._gaq = [
['_setAccount','UA-16683389-1'],
['_setDomainName', 'draeton.github.com'],
['_trackPageview'],
['_trackPageLoadTime']
];
Modernizr.load({
load: [
'//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js',
'/bootstrap/js/bootstrap-dropdown.js',
'/bootstrap/js/bootstrap-buttons.js',
'/bootstrap/js/bootstrap-alerts.js',
'/bootstrap/js/bootstrap-modal.js',
'/js/draeton.js',
('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
]
});
</script>
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>