Skip to content

Instantly share code, notes, and snippets.

@peterflynn
Created April 9, 2014 03:38
Show Gist options
  • Select an option

  • Save peterflynn/10223974 to your computer and use it in GitHub Desktop.

Select an option

Save peterflynn/10223974 to your computer and use it in GitHub Desktop.
Extremely simple HTML/CSS boilerplate
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment