Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created January 5, 2014 20:17
Show Gist options
  • Save adikahorvath/8273263 to your computer and use it in GitHub Desktop.
Save adikahorvath/8273263 to your computer and use it in GitHub Desktop.
appcache
AddType text/cache-manifest .appcache
<!doctype html>
<html manifest="/site.appcache">
CACHE MANIFEST
# 20140105 v3 change this
CACHE:
/css/style.css
/js/script.js
/i/logo.png
NETWORK:
*
FALLBACK:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment