Skip to content

Instantly share code, notes, and snippets.

@sebestindragos
Created April 8, 2012 09:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebestindragos/2336168 to your computer and use it in GitHub Desktop.
Save sebestindragos/2336168 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!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