Skip to content

Instantly share code, notes, and snippets.

View mikayelgr's full-sized avatar

Mikayel Grigoryan mikayelgr

View GitHub Profile
@mikayelgr
mikayelgr / 2019-https-localhost.md
Created March 6, 2021 18:42 — forked from cecilemuller/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).

@mikayelgr
mikayelgr / meta-tags.md
Created February 1, 2021 14:38 — forked from whitingx/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 charset='UTF-8'>
<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'>