Skip to content

Commit

Permalink
ios icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dorton committed Jul 8, 2012
1 parent c612816 commit 6487e20
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -12,6 +12,12 @@
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>

<link rel="shortcut icon" href="/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="/ico/apple-touch-icon-57-precomposed.png">

</head>

<body>
Expand Down
Binary file added public/ico/.DS_Store
Binary file not shown.
Binary file added public/ico/apple-touch-icon-114-precomposed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/ico/apple-touch-icon-144-precomposed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/ico/apple-touch-icon-72-precomposed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6487e20

Please sign in to comment.