Skip to content

Commit

Permalink
Local icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Nov 10, 2014
1 parent fa4c233 commit 84e823c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file added images/apple-touch-icon-114x114-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/apple-touch-icon-144x144-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/apple-touch-icon-57x57-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/apple-touch-icon-72x72-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon.ico
Binary file not shown.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@

<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Lobster|Roboto&subset=all">

<link rel="apple-touch-icon-precomposed" href="//maps.gstatic.com/mapfiles/santatracker/13/images/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="//maps.gstatic.com/mapfiles/santatracker/13/images/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="//maps.gstatic.com/mapfiles/santatracker/13/images/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="//maps.gstatic.com/mapfiles/santatracker/13/images/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="//maps.gstatic.com/mapfiles/santatracker/13/images/apple-touch-icon-144x144-precomposed.png">
<link rel="shortcut icon" href="//maps.gstatic.com/mapfiles/santatracker/13/images/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="images/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/apple-touch-icon-144x144-precomposed.png">
<link rel="shortcut icon" href="images/favicon.ico">

<script src="components/webcomponentsjs/webcomponents.js"></script>
<!-- <link rel="import" href="components/polymer/polymer.html"> -->
<link rel="import" href="elements/elements.html">

<link rel="stylesheet" href="sass/santatracker.css">
Expand Down Expand Up @@ -80,6 +79,7 @@
document.addEventListener('HTMLImportsLoaded', function() {
console.debug('HTMLImportsLoaded @', performance.now(), 'ms');
});

document.addEventListener('polymer-ready', function() {
console.debug('polymer-ready @', performance.now(), 'ms');
});
Expand Down

0 comments on commit 84e823c

Please sign in to comment.