Skip to content

Instantly share code, notes, and snippets.

View Anioko's full-sized avatar

anioko1 Anioko

  • Konor Dev.co
  • Finland
View GitHub Profile
@Anioko
Anioko / meta-tags.md
Created June 20, 2019 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">
@Anioko
Anioko / dabblet.css
Created February 1, 2013 08:54
link sidebar
.aboutFrame{
background-color:#efefef;
font-family:helvetica, arial, sans-serif;
padding-bottom:40px;
opacity:0.9;
}
.aboutSiteContainer{
display:block;