Created
August 20, 2009 13:18
-
-
Save web-zen/171064 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 HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<title>YUI Base Page</title> | |
<link rel="stylesheet" href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" type="text/css"> | |
</head> | |
<body> | |
<div id="doc" class="yui-t7"> | |
<div id="hd" role="banner"><h1>Here is my normal header position</h1></div> | |
<div id="bd" role="main"> | |
<div class="yui-g"> | |
<!-- YOUR DATA GOES HERE --> | |
</div> | |
</div> | |
<div id="ft" role="contentinfo"><p>Footer</p></div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment