Skip to content

Instantly share code, notes, and snippets.

View nhumphrey2's full-sized avatar

Neil Kristian nhumphrey2

View GitHub Profile
@nhumphrey2
nhumphrey2 / speedkills.html
Last active November 29, 2018 06:23
Speed Kills
<!-- Created By Neil Humphrey | MIT License-->
<link rel="preload" href="https://res.cloudinary.com/ux-ui-technologies/raw/upload/v1543467854/omahacode.min.css" as="style" />
<!-- Via JavaScript -->
<script>
var res = document.createElement("link");
res.rel = "preload";
res.as = "style";
res.href = "https://res.cloudinary.com/ux-ui-technologies/raw/upload/v1543467854/omahacode.min.css";
document.head.appendChild(res);
</script>
@lancejpollard
lancejpollard / meta-tags.md
Created March 5, 2012 13:54
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">