Skip to content

Instantly share code, notes, and snippets.

@flesch
Created November 19, 2010 04:05
Show Gist options
  • Save flesch/706110 to your computer and use it in GitHub Desktop.
Save flesch/706110 to your computer and use it in GitHub Desktop.
A quick HTML5 boilerplate
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>fles.ch</title>
<!--[if IE]>
<script src="http://static.fles.ch/js/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="http://static.fles.ch/css/reset-min.css" />
<style>
</style>
<script src="http://static.fles.ch/js/jquery-1.5.1.js"></script>
<link rel="shortcut icon" type="image/png" href="http://static.fles.ch/img/favicon.png" />
</head>
<body>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment