I have a simple html website containing one css and js doc and some images. I need to make this work offline.I use html 5 offline cache for this purpose. On deploying and browsing i see that the website doesnt cache.Console shows an error : Application Cache Error event: Manifest fetch failed (404)
Following are the details :
Directory structure :
Manifest file :
Whats wrong?