Skip to content

Instantly share code, notes, and snippets.

@paulhhowells
Last active October 13, 2015 23:57
Show Gist options
  • Save paulhhowells/4275984 to your computer and use it in GitHub Desktop.
Save paulhhowells/4275984 to your computer and use it in GitHub Desktop.
html5 stub
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<link rel="stylesheet" href="css/css.css" media="screen" title="Default" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="css/lte-ie6.css" />
<script type="text/javascript">
var phh = phh || {};
phh.ie6 = true;
</script>
<![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" href="css/lte-ie7.css" />
<![endif]-->
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="css/print.css" media="print" />
</head>
<body>
<div class="l-wrapper">
<h1></h1>
</div>
<!-- javascript -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>
if (typeof jQuery === 'undefined') {
document.write(unescape("%3Cscript src='js/jquery-1.8.3.min.js' %3E%3C/script%3E"));
}
</script>
<script src="js/js.js" charset="utf-8"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment