Skip to content

Instantly share code, notes, and snippets.

@iManu
Last active August 29, 2015 14:06
Show Gist options
  • Save iManu/76edb5a59120ccb0bfe2 to your computer and use it in GitHub Desktop.
Save iManu/76edb5a59120ccb0bfe2 to your computer and use it in GitHub Desktop.
HTML: basic template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Simple HTML5</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment