Skip to content

Instantly share code, notes, and snippets.

@adamcoulombe
Created August 14, 2016 12:28
Show Gist options
  • Save adamcoulombe/9d579ac46250967d512a21a1bc4dd962 to your computer and use it in GitHub Desktop.
Save adamcoulombe/9d579ac46250967d512a21a1bc4dd962 to your computer and use it in GitHub Desktop.
Blank index.html
<!doctype html>
<html class="no-js" lang="">
<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="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/styles.css">
<script src="js/modernizr-2.8.3.min.js"></script>
</head>
<body>
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-{{JQUERY_VERSION}}.min.js"><\/script>')</script>
<script src="js/script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment