Created
March 16, 2013 23:33
-
-
Save sferik/5178818 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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> | |
© 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