Add AppCache manifest to site
This commit is contained in:
parent
23ea4e186c
commit
516a91e006
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
<html lang="en" manifest="manifest.appcache">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
|
|
|||
6
src/manifest.appcache
Normal file
6
src/manifest.appcache
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
CACHE MANIFEST
|
||||
index.html
|
||||
css/stylesheet.css
|
||||
scripts/main.js
|
||||
https://unpkg.com/vue@2.4.2/dist/vue.min.js
|
||||
https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json
|
||||
Loading…
Add table
Reference in a new issue