Skip to content

Instantly share code, notes, and snippets.

@rgaspary
Last active December 19, 2015 01:39
Show Gist options
  • Save rgaspary/5877881 to your computer and use it in GitHub Desktop.
Save rgaspary/5877881 to your computer and use it in GitHub Desktop.
HTML5 Starter File
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="robots" content="index, follow" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<title></title>
<!-- iPhone Icon -->
<link rel="apple-touch-icon" href="images/iphone-icon.png" />
<!-- CSS -->
<link rel="stylesheet" href="reset.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="layout.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="type.css" type="text/css" media="screen,projection" />
<!--[if lt IE 7]>
<link rel="stylesheet" href="ie6.css" type="text/css" media="all" />
<![endif]-->
<!-- Include Favicon -->
<link rel="icon" type="image/png" href="myicon.png">
</head>
<body id="index" class="home">
</body>
<!-- JS -->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<!-- http://code.google.com/p/ie7-js/ -->
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta3)/IE8.js"></script>
<![endif]-->
<!-- IE HTML 5 -->
<!--[if IE]>
<script>
document.createElement("header");
document.createElement("footer");
document.createElement("nav");
document.createElement("article");
document.createElement("section");
</script>
<![endif]-->
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment