Skip to content

Instantly share code, notes, and snippets.

@haikyuu
Created January 25, 2017 12:29
Show Gist options
  • Save haikyuu/8d35cc1ea18badfdd9b9b21e72ee5c6b to your computer and use it in GitHub Desktop.
Save haikyuu/8d35cc1ea18badfdd9b9b21e72ee5c6b to your computer and use it in GitHub Desktop.
Not so simple appcache manifest
CACHE MANIFEST
# 2010-06-18:v3
# Explicitly cached entries
index.html
css/style.css
# offline.html will be displayed if the user is offline
FALLBACK:
/ /offline.html
# All other resources (e.g. sites) require the user to be online.
NETWORK:
*
# Additional resources to cache
CACHE:
images/logo1.png
images/logo2.png
images/logo3.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment