Skip to content

Instantly share code, notes, and snippets.

@mrkev
Last active December 10, 2015 07:18
Show Gist options
  • Save mrkev/4400198 to your computer and use it in GitHub Desktop.
Save mrkev/4400198 to your computer and use it in GitHub Desktop.
A HTML5 template with jQuery 1.8.3 (http://jquery.com) hosted through Google APIs (https://developers.google.com/speed/libraries/devguide#Libraries), the ie7-js IE fix (https://code.google.com/p/ie7-js/) and the reset5 reset css (http://code.google.com/p/reset5/). Also includes Fixie (http://fixiejs.com/), a little script to add placeholder text…
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Title</title>
<meta name="author" content="" media="screen">
<meta name="description" content="" media="screen">
<link href="http://reset5.googlecode.com/hg/reset.min.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<header></header>
<section>
<article>
</article>
</section>
<aside></aside>
<footer></footer>
<script type="text/javascript" src="https://raw.github.com/ryhan/fixie/master/fixie_min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js">IE7_PNG_SUFFIX=".png";</script>
<![endif]-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment