Skip to content

Instantly share code, notes, and snippets.

@filipelinhares
Created August 17, 2015 00:24
Show Gist options
  • Save filipelinhares/fabc8e34ed53f005f965 to your computer and use it in GitHub Desktop.
Save filipelinhares/fabc8e34ed53f005f965 to your computer and use it in GitHub Desktop.
Basic metatags
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>My Title</title>
<meta name="author" content="@ofilipelinhares">
<meta name="description" content="description">
<meta name="viewport" content="width=device-width, initial-scale=1">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment