Skip to content

Instantly share code, notes, and snippets.

@kinsteronline
Created August 12, 2010 12:50
Show Gist options
  • Save kinsteronline/520905 to your computer and use it in GitHub Desktop.
Save kinsteronline/520905 to your computer and use it in GitHub Desktop.
My (not as good) html5 boilerplate
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/touch-icon.png">
<link rel="stylesheet" href="fancy.css" />
<script src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment