-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
29 lines (29 loc) · 1.3 KB
/
404.html
File metadata and controls
29 lines (29 loc) · 1.3 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<meta charset="utf-8" />
<title>Tim Tsu</title>
<meta name="author" content="Tim Tsu" />
<link rel="icon" type="image/png" href="http://www.gravatar.com/avatar/6e3f3067d4841c31f11c1afaa445a995?s=16" />
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen" />
<link href="//netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css" rel="stylesheet">
</head>
<body>
<header class="banner">
<ul>
<li class="hd-title"><h1><a href="/">Tim Tsu</a></h1></li>
<li class="hd-blurb"><h2>Hello.</h2></li>
</ul>
<aside class="social-badges">
<ul>
<li><a href="http://github.com/ttsu"><i class="icon-xlarge icon-github-sign"></i></a></li>
<li><a href="http://linkedin.com/in/timtsu"><i class="icon-xlarge icon-linkedin-sign"></i></a></li>
<li><a href="http://twitter.com/timtsu"><i class="icon-xlarge icon-twitter-sign"></i></a></li>
</ul>
</aside>
</header>
<section class="main">
<p>No page exists here.</p>
</section>
</body>
</html>