Skip to content

Instantly share code, notes, and snippets.

@web-zen
Created August 20, 2009 13:18
Show Gist options
  • Save web-zen/171064 to your computer and use it in GitHub Desktop.
Save web-zen/171064 to your computer and use it in GitHub Desktop.
<!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