1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-01-13 22:42:02 +01:00

Update more layouts

This commit is contained in:
Rico Sta. Cruz 2017-09-21 16:31:32 +08:00
parent 1fffa225f5
commit 294d53dca3
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A

View File

@ -1,17 +1,24 @@
---
title: Appcache
category: HTML
layout: 2017/sheet
---
### Format
CACHE MANIFEST
# version
```
CACHE MANIFEST
# version
CACHE:
http://www.google.com/jsapi
/assets/app.js
/assets/bg.png
CACHE:
http://www.google.com/jsapi
/assets/app.js
/assets/bg.png
NETWORK:
*
NETWORK:
*
```
Note that Appcache is deprecated!
See: [Using the application cache](https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache) _(developer.mozilla.org)_