Skip to content

Instantly share code, notes, and snippets.

@Safturento
Created April 17, 2012 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Safturento/2408888 to your computer and use it in GitHub Desktop.
Save Safturento/2408888 to your computer and use it in GitHub Desktop.
HTML: Basic Template
<!doctype html>
<html>
<head lang="en">
<title></title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="wrapper">
<header>
</header>
<div id="main">
</div>
</div>
<footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script src="http://cloud.github.com/downloads/wycats/handlebars.js/handlebars-1.0.0.beta.6.js"></script>
<script>
(function($){
})(jQuery);
</script>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment