Skip to content

Instantly share code, notes, and snippets.

View benhoIIand's full-sized avatar

Ben Holland benhoIIand

View GitHub Profile
# My ~/.gitconfig file
# (with personal information removed)
# Take what you will!
[user]
name = YOUR NAME
email = YOUR EMAIL
[github]
user = YOUR USERNAME
token = YOUR TOKEN
[core]

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'>