Skip to content

Instantly share code, notes, and snippets.

@erikroyall
Created March 30, 2013 13:51
Show Gist options
  • Save erikroyall/5276763 to your computer and use it in GitHub Desktop.
Save erikroyall/5276763 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en"> <!-- Set the language attribute to the language of your web page -->>
<head>
<title>HTML5 Stiff Bones</title>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Sets width to device default -->
<!-- Note: Add "maximum-scale=1.0; user-scalable=0;" attributes to viewport meta tag to prevent user scaling -->
<meta name="description" content=""> <!-- Your site's description -->
<meta http-equiv="X-UA-Compatible" content="chrome=1"> <!-- Chrome Frame: HTML5 support for IE 7,8,9 versions -->
<link rel="stylesheet" href="style.css"> <!-- Link to your main stylesheet -->
<!-- HTML5 Shiv, similar to Chrome Frame, provides HTMl5 support to older browsers -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="js/html5shiv-printshiv.js" media="all"></script>
<![endif]-->
</head>
<body>
<header>
</header>
<main role="main">
<section>
<h1>Hurray, it's up!</h1>
<article>
<p>Hey there where ya goin', not exactly knowin', who says you have to call just one place home. He's goin' everywhere, B.J. McKay and his best friend Bear. He just keeps on movin', ladies keep improvin', every day is better than the last. New dreams and better scenes, and best of all I don't pay property tax. Rollin' down to Dallas, who's providin' my palace, off to New Orleans or who knows where. Places new and ladies, too, I'm B.J. McKay and this is my best friend Bear.</p>
<p>Hey>There's a voice that keeps on calling me. Down the road, that's where I'll always be. Every stop I make, I make a new friend. Can't stay for long, just turn around and I'm gone again. Maybe tomorrow, I'll want to settle down, Until tomorrow, I'll just keep moving on.</p>
<p>Hey>80 days around the world, we'll find a pot of gold just sitting where the rainbow's ending. Time - we'll fight against the time, and we'll fly on the white wings of the wind. 80 days around the world, no we won't say a word before the ship is really back. Round, round, all around the world. Round, all around the world. Round, all around the world. Round, all around the world.</p>
</article>
</section>
<section>
<article>
<p>Ulysses, Ulysses - Soaring through all the galaxies. In search of Earth, flying in to the night. Ulysses, Ulysses - Fighting evil and tyranny, with all his power, and with all of his might. Ulysses - no-one else can do the things you do. Ulysses - like a bolt of thunder from the blue. Ulysses - always fighting all the evil forces bringing peace and justice to all.
</p>
<p>This is my boss, Jonathan Hart, a self-made millionaire, he's quite a guy. This is Mrs H., she's gorgeous, she's one lady who knows how to take care of herself. By the way, my name is Max. I take care of both of them, which ain't easy, 'cause when they met it was MURDER!
</p>
<p>80 days around the world, we'll find a pot of gold just sitting where the rainbow's ending. Time - we'll fight against the time, and we'll fly on the white wings of the wind. 80 days around the world, no we won't say a word before the ship is really back. Round, round, all around the world. Round, all around the world. Round, all around the world. Round, all around the world.
</p>
</article>
</section>
</main>
<footer role="contentinfo">
<p>&copy; Hilo Wald Co.</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment