Skip to content

Instantly share code, notes, and snippets.

@GarthDB
Created September 26, 2011 22:12
Show Gist options
  • Save GarthDB/1243556 to your computer and use it in GitHub Desktop.
Save GarthDB/1243556 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta content='description' name='description' />
<title>Nerd Radio</title>
<link href='css/main.css' media='screen' rel='stylesheet' />
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' type='text/javascript'></script>
<!--[if lt IE 7 ]>
<script src='http://html5shiv.googlecode.com/svn/trunk/html5.js' type='text/javascript'></script>
<![endif]-->
</head>
<body>
<header></header>
<div class='content'>
{{ content }}
</div>
<footer></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment