Hello!
I’m trying to add a home icon for apple devices on my website but it won’t work…
here’s the code:
<!doctype html>
<!-- Jquery -->
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<!-- Add to home (shortcut for iPhone users to add the app to their homescreen) -->
<script src="js/add2home.js" type="text/javascript"></script>
<script src="js/standard.js" type="text/javascript"></script>
<?php
include("topbar.html");
include("leftbar.html");
?>
Do anyone know why it isn’t working? the pic is 160x160 pixels big.
Thanks in advance!