Skip to content

Instantly share code, notes, and snippets.

@robert-dale-schell
Forked from rwbaker/html5template.html
Created May 15, 2012 15:42
Show Gist options
  • Save robert-dale-schell/2702749 to your computer and use it in GitHub Desktop.
Save robert-dale-schell/2702749 to your computer and use it in GitHub Desktop.
HTML: Tmpl-5-IE-Mobil
<!doctype html>
<!--[if lt IE 7]> <html class="ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="author" content="Robert Schell">
<!-- Disables page scaling in mobile browsers -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.2.min.js"><\/script>')</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment