Skip to content

Instantly share code, notes, and snippets.

@luisfelipe-dev
Last active April 12, 2018 14:07
Show Gist options
  • Select an option

  • Save luisfelipe-dev/ea808478f91d97bb9b8a992080d00dac to your computer and use it in GitHub Desktop.

Select an option

Save luisfelipe-dev/ea808478f91d97bb9b8a992080d00dac to your computer and use it in GitHub Desktop.
O meu padrão head que sigo em meus sites.
<!DOCTYPE html>
<html lang="pt_BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Titulo</title>
<meta name="robots" content="index, follow"/>
<!-- Favicon -->
<link rel="icon" href="dist/img/favicon-16.png" sizes="16x16" type="image/png">
<link rel="icon" href="dist/img/favicon-32.png" sizes="32x32" type="image/png">
<link rel="icon" href="dist/img/favicon-48.png" sizes="48x48" type="image/png">
<link rel="icon" href="dist/img/favicon-62.png" sizes="62x62" type="image/png">
<link rel="icon" href="dist/img/favicon-192.png" sizes="192x192" type="image/png">
<!-- Depêndencias -->
<link rel="stylesheet" href="dist/css/style.css">
<!-- Facebook -->
<meta property="og:url" content="https://www.gisallesbuffet.com.br">
<meta property="og:type" content="website">
<meta property="og:title" content="Gi Sales - Requite buffet">
<meta property="og:image" content="dist/img/facebook.jpg">
<meta property="og:description" content="Description Here">
<meta property="og:site_name" content="Gi Sales - Requite buffet">
<meta property="og:locale" content="pt_BR">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment