Skip to content

Instantly share code, notes, and snippets.

@AvnerCohen
Created October 23, 2012 09:51
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 AvnerCohen/3937947 to your computer and use it in GitHub Desktop.
Save AvnerCohen/3937947 to your computer and use it in GitHub Desktop.
HTML5 starting point template
<!doctype html>
<html lang="en-us">
<head>
<title>
[your title]
</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1" />
<link rel="stylesheet" href="" />
<meta name="viewport" content="width=device-width">
</head>
<body>
Hello HTML5!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment