-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
41 lines (35 loc) · 1.25 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
<!DOCTYPE HTML>
<HTML>
<HEAD>
<META http-equiv="content-type" content="text/html; charset=utf-8" />
<TITLE>Alberto Perdomo | Software developer and entrepreneur</TITLE>
<LINK rel="stylesheet" href="css/reset.css" />
<LINK rel="stylesheet" href="css/text.css" />
<LINK rel="stylesheet" href="css/960_fluid.css" />
<LINK rel="stylesheet" href="css/home.css" />
<BODY>
<div id="content">
<div class="container_12">
<div class="grid_2"><p></p></div>
<div class="grid_7">
<h1>Oops...</h1>
<p>I haven't found what you are looking for</p>
<p><a href="/index.html">Mom, take me home!</a></p>
</div>
<!-- end .grid_9 -->
<div class="clear"></div>
</div>
<!-- end .container_12 -->
</div>
<!-- end #content -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11822759-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</BODY>
</HTML>