Skip to content

Instantly share code, notes, and snippets.

@aliams
Last active April 26, 2018 04:27
Show Gist options
  • Save aliams/9dbe750031e76446c1b171580c479a77 to your computer and use it in GitHub Desktop.
Save aliams/9dbe750031e76446c1b171580c479a77 to your computer and use it in GitHub Desktop.
Simple AppCache example
CACHE MANIFEST
# 2018-05-08 v2
CACHE:
/styles.css
/bg.jpg
/weather.json
NETWORK:
*
FALLBACK:
/contact-us.html /fallback.html
<html manifest="appcache.manifest">
...
<html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment