Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
{{ message }}
Instantly share code, notes, and snippets.
🏠
Working from home
Hugo Lyra
hamorim
🏠
Working from home
37
followers
·
59
following
Frontend engineer
BRAZIL, RECIFE
hugolyra.com
View GitHub Profile
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
All gists
1
Forked
1
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
0 comments
0 stars
hamorim
/
metatags.html
Created
October 20, 2020 13:20
— forked from
diego3g/metatags.html
Meta tags do curso de Next.js
View
metatags.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
<
meta
httpEquiv
="
x-ua-compatible
"
content
="
IE=edge,chrome=1
" />
<
meta
name
="
MobileOptimized
"
content
="
320
" />
<
meta
name
="
HandheldFriendly
"
content
="
True
" />
<
meta
name
="
theme-color
"
content
="
#121214
" />
<
meta
name
="
msapplication-TileColor
"
content
="
#121214
" />
<
meta
name
="
referrer
"
content
="
no-referrer-when-downgrade
" />
<
meta
name
="
google
"
content
="
notranslate
" />
<
meta
property
="
og:title
"
content
=
{pageTitle}
/>
<
meta
property
="
og:description
"
content
=
{description}
/>
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.