Skip to content

Instantly share code, notes, and snippets.

View danielroot's full-sized avatar

Dan Root danielroot

View GitHub Profile
@danielroot
danielroot / robots.txt
Created November 12, 2014 21:34
robots default
User-agent: *
Disallow:
@danielroot
danielroot / add-to-homescreen.html
Last active August 8, 2018 06:49
Add to Home Screen
<!-- hide the browser UI -->
<meta content='yes' name='mobile-web-app-capable'>
<meta content='yes' name='apple-mobile-web-app-capable'>
<!-- set the correct name -->
<meta content='appName' name='application-name'>
<meta content='appName' name='apple-mobile-web-app-title'>
<!-- Icons -->
<link rel="icon" href="/favicon.ico">
<!-- icon in the highest resolution we need it for -->
<link href='images/touch/icon-228x228.png' rel='icon' sizes='228x228'>
@danielroot
danielroot / meta-tags.html
Last active April 25, 2017 12:47
Meta Tags
<!-- Standard Meta -->
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<meta content='width=device-width,initial-scale=1.0' name='viewport'>
<meta content='pageDescription' name='description'>
<meta content='pageKeywords' name='keywords'>
<!-- Google Meta -->
<link href='https://plus.google.com/[Google+_Profile]/posts' rel='author'>
<link href='https://plus.google.com/[Google+_Page_Profile]' rel='publisher'>
<meta content='pageTitle' itemprop='name'>