Skip to content

Instantly share code, notes, and snippets.

@sonnyp
Last active April 17, 2016 16:14
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 sonnyp/b272d40bdfd8af9afe61 to your computer and use it in GitHub Desktop.
Save sonnyp/b272d40bdfd8af9afe61 to your computer and use it in GitHub Desktop.
HTML5 template
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>TITLE</title>
<meta name="description" content="$DESCRIPTION">
<meta name="author" content="$AUTHOR">
<meta name="keywords" content="$KEYWORDS">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="script.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment