Created
September 26, 2011 22:12
-
-
Save GarthDB/1243556 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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