Skip to content

Instantly share code, notes, and snippets.

@dwighthouse
Last active December 21, 2015 20:19
Show Gist options
  • Save dwighthouse/6360666 to your computer and use it in GitHub Desktop.
Save dwighthouse/6360666 to your computer and use it in GitHub Desktop.
Based on HTML5 Boilerplate ( http://html5boilerplate.com/ ), but without a lot of the boilerplate I often find unnecessary.
<!doctype html>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="theme/css/styles.css">
<!-- Content -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="theme/js/jquery-1.10.2.min.js"><\/script>')</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment