Skip to content

Instantly share code, notes, and snippets.

@juanpasolano
Last active December 12, 2015 05:38
Show Gist options
  • Save juanpasolano/4722766 to your computer and use it in GitHub Desktop.
Save juanpasolano/4722766 to your computer and use it in GitHub Desktop.
html: new Document
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie7"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=1024, maximum-scale=2" />
<title></title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment