Skip to content

Instantly share code, notes, and snippets.

@smirzaei
Created June 14, 2015 10:10
Show Gist options
  • Save smirzaei/1e50042d37b6769a8d2e to your computer and use it in GitHub Desktop.
Save smirzaei/1e50042d37b6769a8d2e to your computer and use it in GitHub Desktop.
Bare minimum html5 template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment