Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Ive recently added a apple-touch-icon to my website but it doesnt seem to be working. I went to inspect the code being generated in chrome and noticed this:

<link rel="apple-touch-icon" href=" assets="" img="" apple-touch-icon.png"="">
</link rel="apple-touch-icon" href=">

This doesnt seem normal to me!

This is the code in the

<link rel="stylesheet" href="/assets/css/add2home.css" />
<script type="application/javascript" src="/assets/js/add2home.js"></script>
<link rel="apple-touch-startup-image" href="/assets/img/splash.png" />
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png" />

This code normally works for my, just not in this case!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.