Skip to content

Instantly share code, notes, and snippets.

@kevinkatzke
Created March 6, 2012 22:46
Show Gist options
  • Save kevinkatzke/1989529 to your computer and use it in GitHub Desktop.
Save kevinkatzke/1989529 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav></nav>
</header>
<section></section>
<aside></aside>
<footer></footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment