-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
34 lines (22 loc) · 1.52 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="Content-Type" content="text/html; charset=UTF-8" />
<title>github :: ashbb</title>
<style type="text/css" media="screen">
* { margin: 0; padding: 0; }
body { font-family: 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', serif; background-color: #fff; overflow: auto; color: #ccc; font-size: 16px; }
h1 { font-weight: normal; margin-bottom: 30px; color: #222; font-size: 50px; }
a { text-decoration: none; color: #777; }
a:hover { color: #444; }
#container { width: 100%; text-align: center; margin: 100px 0; }
</style>
</head>
<a href="http://github.com/ashbb"><img style="position: absolute; top: 0; left: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub" /></a>
<body>
<div id="container">
<p><img src="https://github.com/ashbb/green_shoes/raw/master/static/gshoes-icon.png" alt="gshoes-icon.png"/><img src="https://github.com/ashbb/purple_shoes/raw/master/static/purple_shoes-icon.png" alt="purple_shoes-icon.png"/></p>
<a href="http://ashbb.github.com/green_shoes/">green shoes manual</a> | <a href="http://twitter.com/ashbb">tweet</a> | <a href="http://vgoff.posterous.com/">blog</a> | <a href="http://ashbb.github.com/purple_shoes/">purple shoes manual</a>
</div>
</body>
</html>