Skip to content

Instantly share code, notes, and snippets.

@nfrade
Forked from koderiet/gist:3704854
Last active December 10, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save nfrade/4446653 to your computer and use it in GitHub Desktop.
Save nfrade/4446653 to your computer and use it in GitHub Desktop.
Basic HTML5 Template
<!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