Skip to content

Instantly share code, notes, and snippets.

@MWins
Last active January 27, 2017 20:41
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 MWins/2edcccb3a8dea7268247 to your computer and use it in GitHub Desktop.
Save MWins/2edcccb3a8dea7268247 to your computer and use it in GitHub Desktop.
HTML 5 basic document
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>TITLE</title>
<meta name="author" content="NAME">
<meta name="description" content="DESCRIPTION">
<meta name="keywords" content="KEYWORDS,HERE">
<link rel="stylesheet" href="STYLESHEET.css" type="text/css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment