kneath / kneath.github.com

This URL has Read+Write access

kneath (author)
Mon Dec 15 17:39:58 -0800 2008
kneath.github.com / index.html
f58de6f4 » kneath 2008-12-15 Kyle kicks ass 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7 <title>Kyle Neath Kicks Ass</title>
8 <style type="text/css" media="screen">
9 html{ width:100%; height:100%;}
10 body{
11 height:100%;
12 width:100%;
13 margin:0;
14 padding:0;
15 background:url(images/text.gif) 50% 50% no-repeat;
16 }
17 p{ display:none; }
18 </style>
19 </head>
20
21 <body>
22
23 <p>Seriously, I kick ass.</p>
24
25 </body>
26 </html>