Skip to content

Instantly share code, notes, and snippets.

View di-ma-73's full-sized avatar
🎲

Dmitry S. di-ma-73

🎲
View GitHub Profile
@gimesi
gimesi / meta-tags.html
Last active August 30, 2021 03:54
(Hopefully) useful snippet of common meta tags for the <head> section: standard & social tags (e.g. for Facebook, Twitter, Google+, Pinterest), fav and touch icons, and other stuff.
<!-- Charset, Content Type -->
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!-- Standard Meta Tags -->
<title></title>
<meta name="description" content=""/>
<meta name="keywords" content=""/>