Skip to content

Commit 516a91e

Browse files
committed
Add AppCache manifest to site
1 parent 23ea4e1 commit 516a91e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22

3-
<html lang="en">
3+
<html lang="en" manifest="manifest.appcache">
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">

src/manifest.appcache

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CACHE MANIFEST
2+
index.html
3+
css/stylesheet.css
4+
scripts/main.js
5+
https://unpkg.com/vue@2.4.2/dist/vue.min.js
6+
https://raw.githubusercontent.com/toddmotto/public-apis/master/json/entries.min.json

0 commit comments

Comments
 (0)