html - CSS not loading on mobile? -
so website looks fine on devices (even friends mobiles) css not load on iphone. can view contents of css file not being applied. help?
site : (http://www.jacksewell.uk/)
my host said can't anything.
head content:
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>jack sewell - home</title> <meta name="description" content="jack sewell - freelance web developer & designer"> <meta name="author" content="jack sewell"> <meta name="msapplication-tilecolor" content="#ffffff"> <meta name="msapplication-tileimage" content="assets/favicon-144.png"> <meta name="application-name" content="name"> <meta name="msapplication-tooltip" content="tooltip"> <meta name="msapplication-config" content="assets/xml/ieconfig.xml"> <link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" /> <link rel="apple-touch-icon-precomposed" href="assets/favicon-152.png"> <link rel="stylesheet" href="assets/css/main.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <script src="assets/js/menu.js"></script> </head>
i've been using , haven't had problems, yet device specific css media queries collection
i noticed different faviconsand tiles in code. @ favicon generator generates different icons , tiles current devices , gives code use.
Comments
Post a Comment