Skip to content

Commit

Permalink
Merge pull request #69 from google/microdata
Browse files Browse the repository at this point in the history
Microdata resolutions.
  • Loading branch information
addyosmani committed Jun 19, 2014
2 parents 5306aba + 4df20b2 commit ee5570a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!doctype html>
<html itemscope itemtype="http://schema.org/Article">
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>Web Starter Kit</title>

<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">

<!-- iOS icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/touch/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/touch/apple-touch-icon-114x114-precomposed.png">
Expand All @@ -23,11 +26,7 @@
<!--
<link rel="canonical" href="http://www.example.com/" >
-->

<!-- Add to homescreen for Chrome on Android -->
<!--
<meta name="mobile-web-app-capable" content="yes">
-->

<!-- Chrome Add to Homescreen -->
<link rel="shortcut icon" sizes="196x196" href="images/touch/touch-icon-196x196.png">

Expand Down

0 comments on commit ee5570a

Please sign in to comment.