Skip to content

Instantly share code, notes, and snippets.

@sebdeckers
Created April 14, 2013 06:13
Show Gist options
  • Save sebdeckers/5381645 to your computer and use it in GitHub Desktop.
Save sebdeckers/5381645 to your computer and use it in GitHub Desktop.
HTML boilerplate
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="styles/app.css" />
<script src="scripts/app.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment