Skip to content

Instantly share code, notes, and snippets.

@interfeis
Created July 2, 2012 16:30
Show Gist options
  • Save interfeis/3034113 to your computer and use it in GitHub Desktop.
Save interfeis/3034113 to your computer and use it in GitHub Desktop.
Simple HTML5 boilerplate
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title</title>
<link rel="stylesheet" href="css/style.css?v=1.0">
</head>
<body>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment