Skip to content

Instantly share code, notes, and snippets.

@fabriziogiordano
Created May 4, 2012 15:45
Show Gist options
  • Save fabriziogiordano/2595636 to your computer and use it in GitHub Desktop.
Save fabriziogiordano/2595636 to your computer and use it in GitHub Desktop.
HTML5 - Tiny boilerplate
<!DOCTYPE html>
<html>
<head>
<title>HTML5 - Tiny boilerplate</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment