Deprecated: Application Cache was removed from browsers. This markup is shown for historical recognition only.
Legacy HTML (AppCache is no longer supported):
<html manifest="example.appcache">
Sample cache manifest file (example.appcache):
example.appcache
CACHE MANIFEST # v1 — offline resources index.html styles.css app.js logo.png NETWORK: * FALLBACK: /offline.html
The manifest attribute on <html> pointed to this file. Modern apps use Service Workers instead.
manifest
<html>
Lines: 0 | Characters: 0