Created
May 5, 2012 18:10
-
-
Save pedrobachiega/2604459 to your computer and use it in GitHub Desktop.
HTML template
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> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>HTML template</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"> | |
<script type="text/javascript" src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<!-- | |
<link rel="stylesheet" href="http://meyerweb.com/eric/tools/css/reset/reset.css" /> | |
--> | |
<style type="text/css"> | |
html,body{text-align:center;} | |
#wrapper{width:80%; margin:0 auto; text-align:left; border:1px dashed #f3f3f3;color:#666;} | |
</style> | |
</head> | |
<body> | |
<div id="wrapper"> | |
<header> | |
<h1>HTML template</h1> | |
<p>Feel free to customize it!</p> | |
</header> | |
</div> | |
<script type="text/javascript"> | |
(function($){ | |
$(document).ready(function(){ | |
}); | |
})(jQuery); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment