Skip to content

Instantly share code, notes, and snippets.

View miguil's full-sized avatar

Aden Miguil miguil

  • Cotonou, Bénin
View GitHub Profile
@miguil
miguil / meta-tags.md
Created July 26, 2018 21:43 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@miguil
miguil / hapijs-rest-api-tutorial.md
Created January 5, 2016 10:53 — forked from agendor/hapijs-rest-api-tutorial.md
A practical introduction to building a RESTful API with the hapi.js server framework for Node.js