Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created May 18, 2012 07:56
Show Gist options
  • Select an option

  • Save daGrevis/2723843 to your computer and use it in GitHub Desktop.

Select an option

Save daGrevis/2723843 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>HTML5 Boilerplate</title>
<!--<link rel="stylesheet" href="common.css" />-->
</head>
<body>
<p>Hello, world!</p>
<!--<script src="common.js"></script>-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment