Created
April 8, 2012 09:06
-
-
Save sebestindragos/2336168 to your computer and use it in GitHub Desktop.
HTML: Starting 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> | |
<title>Site Tile</title> | |
<meta charset="UTF-8"/> | |
<meta http-equiv="X-UA_Compatible" content="IE-edge,chrome-1"/> | |
<!--[if (lt IE 9)]> | |
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment