Skip to content

Instantly share code, notes, and snippets.

@steweir
Created January 21, 2013 00:07
Show Gist options
  • Select an option

  • Save steweir/4582723 to your computer and use it in GitHub Desktop.

Select an option

Save steweir/4582723 to your computer and use it in GitHub Desktop.
HTML : Starting Template
<html>
<title> </title>
<head></head>
<body>
<header>
<div class="main"></div>
<div class="sidebar"></div>
</header>
</body>
<footer></footer>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment