Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. favicon_link_tag 'mb-icon.png', rel: 'apple-touch-icon', type: 'image/png'
  2. <link href="/assets/mb-icon.png" rel="apple-touch-icon" type="image/png" />
  3.  
  4. <%= favicon_link_tag 'favicon.ico' %>
  5. <%= favicon_link_tag 'apple-icon.jpeg', rel: 'apple-touch-icon', type:'image/jpeg' %>
  6.  
  7. <link href="/assets/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
  8. <link href="/images/apple-icon.jpeg" rel="apple-touch-icon" type="image/jpeg">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement