I have created a website with html5 appcache, when the page loads at first time, it loads properly and page displays by caching all that I've mentioned in appcache, but when I reload the page, it doesn't loads scripts and css files I have written in appcache, how can I solve this, I'm giving the console screen shot here
First Loading

Second loading

HTML
cache export
<!DOCTYPE html>
<html manifest="shaj.appcache">
shaj.appcache
CACHE MANIFEST
Default.aspx
contact.aspx
css/bootstrap.min.css
css/style.css
js/jquery.animsition.min.js
js/script.js
img/logo.png
img/img-2.png
img/img-1.png
img/overlay.png
can any one tell me what is going wrong here ?