Skip to content

Instantly share code, notes, and snippets.

@cv
Created July 26, 2008 16:49
Show Gist options
  • Save cv/2670 to your computer and use it in GitHub Desktop.
Save cv/2670 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.5.1/build/reset-fonts-grids/reset-fonts-grids.css" type="text/css">
<style type="text/css" media="screen" >
* { padding:0; margin: 0; font-family: helvetica;}
body { background: margin:1em; padding:0; }
ol { height: 20em; background: #ccc; margin: 4em; width: 4em; list-style-type: none; border: 2px solid black; }
li { text-align:center; }
#patbam { background: #9f9; height: 3em; }
#imorpheus, #cv, #mystery { background: #9f9; height: 1em; }
</style>
</head>
<body>
<div id="doc" class="yui-t1">
<div id="hd">
<h1>William Kamwkamba Fundraiser</h1>
</div>
<div id="bd">
<div id="yui-main">
<div class="yui-b"><div class="yui-g">
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/G8yKFVPOD6o&hl=en&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/G8yKFVPOD6o&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed>
</object>
</div>
</div>
</div>
<div class="yui-b">
<ol id="progress">
<li id="imorpheus">$10</li>
<li id="patbam">$30</li>
<li id="mystery">$10</li>
<li id="cv">$10</li>
</ol>
</div>
</div>
<div id="ft">Footer is here.</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment