Created
October 18, 2008 17:13
-
-
Save qrush/17698 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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>The College Driver</title> | |
<link href="http://thecollegedriver.com/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" /> | |
</head> | |
<body> | |
<div class="wrap"> | |
<div class="header"> | |
<a href="http://thecollegedriver.com" class="logo"><span>The College Driver</span></a> | |
</div> | |
<div class="main static"> | |
<p style="padding-top:3em;"> | |
<h2>Header Goes Here</h2> | |
Stuff goes here | |
</p> | |
</div> | |
<div class="footer"> | |
<hr /> | |
<ul> | |
<li>© 2008 The College Driver</li> | |
</ul> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment