Skip to content

Instantly share code, notes, and snippets.

@sferik
Created March 16, 2013 23:33
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 sferik/5178818 to your computer and use it in GitHub Desktop.
Save sferik/5178818 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Your description goes here">
<meta name="keywords" content="one, two, three">
<title>Blank Template</title>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>
<div id="container">
<header>
<h1>Blank Template</h1>
<h2>Just another blank template</h2>
</header>
<footer>
&copy; Footer Goes Here
</footer>
</div><!-- #container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment