Skip to content

Instantly share code, notes, and snippets.

@tjr05d
Last active February 12, 2018 16:34
Show Gist options
  • Save tjr05d/ad36e200623157f1136a882494b1cc83 to your computer and use it in GitHub Desktop.
Save tjr05d/ad36e200623157f1136a882494b1cc83 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment