Hi everyone,
I have basic knowledge of html. I have been inspecting the design of a website: http://www.merixstudio.com/
I have saved the website to my desktop to examine. When I navigate the website, it won't load the pages, but it shows the site's loading icon in the centre of the screen.
This site is html5 coded and uses PushState ajaxify.
If someone could give me a quick runaround of how these functions work and why the don't work offline I would be very greatful.
Thanks for reading and for your time.
Because of all JS, css and image file are on live you have to set to as local folder by updating src in script tag in head tag and also need to update href attr in link tag in head tag.