forked from maletor/maletor.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
47 lines (44 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ellis Berner, Web Architect // 404</title>
<meta name="keywords" content="rails, ruby, web applications, rich internet applications, experience design, user experience, ux, ui, xd, web, branding, marketing, non-traditional, design, interaction, website, interactive, design, brand strategy, motion graphics, usablility, fresh, creative, superfresh, graphic design, web design, devices, applications, marblehead, massachusetts, usa, united states" />
<meta name="description" content="Ellis Berner specializes in web application development and design." />
<meta name="author" content="Ellis Berner" />
<link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
</head>
<body>
<div class="container">
<hr class="space" />
<div id="header" class="span-24">
<div class="span-21">
<h1><a class="loud" href="/">Ellis Berner</a></h1>
</div>
<div class="span-3 last">
<img alt="This is an error" height="41" src="/images/rhino_error.png" width="110" />
</div>
</div>
<hr />
<div id="navigation" class="span-24">
<div class="span-6 colborder">
<ul class="list">
<li><a href="/">posts</a></li>
<li><a href="/portfolio">folio</a></li>
<li><a href="/about">about</a></li>
</ul>
</div>
<div class="span-17 last">
<h1><span>404</span></h1>
<h2><span>The page you were looking for does not exist</span></h2>
</div>
<hr class="space"/>
<hr />
</div>
</div>
</body>
</html>