public
Description:
Homepage:
Clone URL: git://github.com/kneath/kneath.github.com.git
kneath (author)
Mon Dec 15 17:39:58 -0800 2008
kneath.github.com / index.html
100644 27 lines (22 sloc) 0.591 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
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Kyle Neath Kicks Ass</title>
<style type="text/css" media="screen">
html{ width:100%; height:100%;}
body{
height:100%;
width:100%;
margin:0;
padding:0;
background:url(images/text.gif) 50% 50% no-repeat;
}
p{ display:none; }
</style>
</head>
 
<body>
 
<p>Seriously, I kick ass.</p>
 
</body>
</html>