Update more layouts
This commit is contained in:
parent
1fffa225f5
commit
294d53dca3
23
appcache.md
23
appcache.md
|
@ -1,17 +1,24 @@
|
||||||
---
|
---
|
||||||
title: Appcache
|
title: Appcache
|
||||||
category: HTML
|
category: HTML
|
||||||
|
layout: 2017/sheet
|
||||||
---
|
---
|
||||||
|
|
||||||
### Format
|
### Format
|
||||||
|
|
||||||
CACHE MANIFEST
|
```
|
||||||
# version
|
CACHE MANIFEST
|
||||||
|
# version
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
http://www.google.com/jsapi
|
http://www.google.com/jsapi
|
||||||
/assets/app.js
|
/assets/app.js
|
||||||
/assets/bg.png
|
/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)_
|
||||||
|
|
Loading…
Reference in New Issue