Skip to content

Commit 294d53d

Browse files
committed
Update more layouts
1 parent 1fffa22 commit 294d53d

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

appcache.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
---
22
title: Appcache
33
category: HTML
4+
layout: 2017/sheet
45
---
56

67
### Format
78

8-
CACHE MANIFEST
9-
# version
9+
```
10+
CACHE MANIFEST
11+
# version
1012
11-
CACHE:
12-
http://www.google.com/jsapi
13-
/assets/app.js
14-
/assets/bg.png
13+
CACHE:
14+
http://www.google.com/jsapi
15+
/assets/app.js
16+
/assets/bg.png
1517
16-
NETWORK:
17-
*
18+
NETWORK:
19+
*
20+
```
21+
22+
Note that Appcache is deprecated!
23+
24+
See: [Using the application cache](https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache) _(developer.mozilla.org)_

0 commit comments

Comments
 (0)