Update more layouts
This commit is contained in:
parent
1fffa225f5
commit
294d53dca3
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: Appcache
|
||||
category: HTML
|
||||
layout: 2017/sheet
|
||||
---
|
||||
|
||||
### Format
|
||||
|
||||
```
|
||||
CACHE MANIFEST
|
||||
# version
|
||||
|
||||
|
@ -15,3 +17,8 @@ category: HTML
|
|||
|
||||
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