Skip to content

Instantly share code, notes, and snippets.

@asciimo
Created August 9, 2016 18:26
Show Gist options
  • Select an option

  • Save asciimo/8eaa0632f85dc5f729ffd46fcf15c765 to your computer and use it in GitHub Desktop.

Select an option

Save asciimo/8eaa0632f85dc5f729ffd46fcf15c765 to your computer and use it in GitHub Desktop.
Simple html5 document template
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title><!-- change me --></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- change me -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment