Skip to content

Instantly share code, notes, and snippets.

@logeshpaul
Created March 8, 2012 05:41
Show Gist options
  • Save logeshpaul/1998946 to your computer and use it in GitHub Desktop.
Save logeshpaul/1998946 to your computer and use it in GitHub Desktop.
HTML: Start Template
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title></title>
<!-- STYLESHEETS -->
<link href="styles/bootstrap.css" rel="stylesheet" type="text/css">
<link href="styles/main.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="favicon.ico">
<script src="scripts/css-browser-selector.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="">
</div>
<!-- SCRIPTS -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='/scripts/jquery-1.7.2.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment