Last active
October 13, 2015 23:57
-
-
Save paulhhowells/4275984 to your computer and use it in GitHub Desktop.
html5 stub
This file contains 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 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