Skip to content

Instantly share code, notes, and snippets.

@rleger
Forked from peteymoore/gist:5392815
Last active December 19, 2015 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rleger/5952410 to your computer and use it in GitHub Desktop.
Save rleger/5952410 to your computer and use it in GitHub Desktop.
HTML 5 Start file
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Template</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment