-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
56 lines (53 loc) · 1.76 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
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Hello it's me you looking for ?</title>
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="all" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta http-equiv="imagetoolbar" content="false" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/css/bootstrap.css" rel="stylesheet">
<style type="text/css" media="screen">
.container {
width: 80%;
padding: 5%;
margin:0px auto;
background:#fff;
box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
video {
width: 100%;
height: auto;
}
</style>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="vendor">
<iframe width="420" height="315" src="http://www.youtube.com/embed/b_ILDFp5DGA" frameborder="0" allowfullscreen></iframe>
</div>
<ul class="nav">
<li><a href="/">me</a></li>
<li><a href="/blog">blog</a></li>
<li><a href="http://www.lordalexworks.com">lordalexworks inc</a></li>
<li> <a class="obfs-email" title="hello at bolomichelin dot com">say hello</a></li>
</ul>
</div>
<!--include jquery & backstretch-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="/js/jquery.fitvids.js"></script>
<script>
$(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
$(".container").fitVids();
});
</script>
<script type="text/javascript" src="/js/application.js"></script>
</body>
</html>