Created
November 7, 2010 17:08
-
-
Save danielres/666249 to your computer and use it in GitHub Desktop.
A base XHTML page
This file contains 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>Pixarea XHTML Transitional boilerplate</title> | |
<meta name="title" content="" /> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<meta name="author" content="" /> | |
<link rel="stylesheet" type="text/css" media="all" href="css/reset.css" /> | |
<link rel="stylesheet" type="text/css" media="all" href="css/main.css" /> | |
<link rel="stylesheet" type="text/css" media="screen, projection" href="css/screen.css" /> | |
<link rel="stylesheet" type="text/css" media="print" href="css/print.css" /> | |
<!--[if IE]><link rel="stylesheet" type="text/css" media="all" href="css/ie.css" /><![endif]--> | |
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" media="all" href="css/ie6.css" /><![endif]--> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> | |
<script type='text/javascript" src="/js/superfish.js"></script> | |
<script type='text/javascript" src="/js/jquery.fader.js"></script> | |
</head> | |
<body> | |
<div id="pg"> | |
<div id="hd"> | |
<h1 id="logo"></h1> | |
</div><!--/#hd--> | |
<div id="bd"> | |
<div id="nav1" class="nav"> | |
<ul> | |
<li><a href="#" title=" ">Link1</a></li> | |
</ul> | |
</div><!--/#nav1--> | |
<div id="main" class="section"> | |
[MAIN] | |
</div><!--/#main--> | |
<div id="sub" class="section"> | |
[SUB] | |
</div><!--/#sub--> | |
</div><!--/#bd--> | |
<div id="ft"> | |
<p>© 2009 <address></address></p> | |
<ul id="nav-ft" class="nav"> | |
<li><a href="#" title=" ">Link1</a></li> | |
</ul> | |
</div><!--/#ft--> | |
</div><!--/#pg--> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment