Skip to content

Instantly share code, notes, and snippets.

@chirino
Created April 20, 2010 11:57
Show Gist options
  • Save chirino/372344 to your computer and use it in GitHub Desktop.
Save chirino/372344 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>My Title</title>
</head>
<body>
<div id="header">Header</div>
<div id="content">
<table class="people">
<tr>
<th>Name</th>
<th>Location</th>
</tr>
<tr class="person even">
<td class="name"></td>
<td class="location"></td>
</tr>
<tr class="person odd">
<td class="name"></td>
<td class="location"></td>
</tr>
</table>
</div>
<div id="messages"></div>
<div id="footer">Footer</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment