Hi - i have an issue with a page - when i t 1st loads it is fine but when i make a change in the css and then go back to the browser and reload the page, i get a blank screen with just the loader icon. It happens every time i reload. I have tried it in chrome incognito windows with the same issue.
as you can see below, i tried to use a cdn for the animate.css and thought that was the issue - so i commented it out....
the page is here: http://valliniskippack.com/twindexexx.html
i also noticed that when i am adding media queries in a separate css file (media-queries.css) they are not working. i am only seeing responsive.css - i have:
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons2.min.css" type="text/css" />
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">-->
<link rel="stylesheet" href="css/animate.min.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<link rel="stylesheet" href="css/media-queries.css" type="text/css" />
any help would be appreciated.
