-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
65 lines (61 loc) · 2.99 KB
/
404.html
File metadata and controls
65 lines (61 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content="Benjamin Bill Planche" name="author">
<meta content="Portfolio of Benjamin (Bill) Planche, aka Aldream. About image processing, computer graphics, web experiments,..." name="description">
<meta content="aldream, benjamin, planche, bill, demo, projects, web, image, graphics, sandbox, portefolio" name="keywords">
<title>Aldream - Page not found</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.css"/>
<link id=1 rel="stylesheet" href="css/main.css"/>
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body id="error">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<header id="main-header">
<h1><a href="/">Aldream</a></h1>
<nav id="menu-top">
<ul>
<a href="index.html"><li class="back_blue">Blog</li></a>
<a href="demo.html"><li class="back_green">Demo</li></a>
<a href="projects.html"><li class="back_yellow">Projects</li></a>
<a rel="author" href="about.html"><li class="back_red">About</li></a>
</ul>
</nav>
<nav id="menu-top-mini">
<ul>
<li><a href="blog.html" title="Blog"><img width=22 alt="Home" src="img/glyphicons-color/book-blue.png"/></a></li>
<li><a href="demo.html" title="Demo"><img width=25 alt="Home" src="img/glyphicons-color/eye-green.png"/></a></li>
<li><a href="projects.html" title="Projects"><img width=25 alt="Home" src="img/glyphicons-color/star-yellow.png"/></a></li>
<li><a rel="author" href="about.html" title="About"><img width=25 alt="Home" src="img/glyphicons-color/user-red.png"/></a></li>
</ul>
</nav>
</header>
<section id="blog-masonry">
<h1>404 Error</h1>
<article class="span3">
<div>
<h2>Page not found...</h2>
<p>Sorry, but the page you were trying to view does not exist <small>(yet / anymore)</small>.</p>
<p>It looks like this was the result of either:</p>
<ul>
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
</div>
</article>
</section>
<footer id="page-footer">© Aldream / Benjamin (Bill) Planche 2013</footer>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<!--<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>-->
</body>
</html>