Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Last active October 25, 2015 16:13
Show Gist options
  • Save hatefulcrawdad/9128135 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/9128135 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate
<!DOCTYPE html>
<!--[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">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/screen.css">
</head>
<body>
<p>Hello world! This is a Boilerplate.</p>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment