We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ea4e1 commit 516a91eCopy full SHA for 516a91e
src/index.html
@@ -1,6 +1,6 @@
1
<!doctype html>
2
3
-<html lang="en">
+<html lang="en" manifest="manifest.appcache">
4
<head>
5
<meta charset="utf-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
src/manifest.appcache
@@ -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
0 commit comments