-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
50 lines (45 loc) · 1.43 KB
/
Copy path404.html
File metadata and controls
50 lines (45 loc) · 1.43 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
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Stanley Tan</title>
<META NAME="Description" CONTENT="Stanley Tan's personal page">
<META NAME="KEYWORDS" CONTENT="Stanley,Stanley Tan,stnly,Software engineering,se,cs,computer science,computer,kayaking,security,cybersecurity">
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="all" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta http-equiv="imagetoolbar" content="false" />
<link rel="stylesheet" href="in/style.css" />
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
padding-left: 12%;
}
.sidebar-nav {
padding: 9px 0;
}
</style>
<link href="css/bootstrap.css" rel="stylesheet">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27918665-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="large">
<p>
Yippes! Page not found.
</p>
</div>
<div id="small">
<a href="http://stnly.com">Stanley Tan</a>
</div>
</body>
</html>