aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appcache.js1
-rw-r--r--index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/appcache.js b/appcache.js
index 22e347a..ba356c2 100644
--- a/appcache.js
+++ b/appcache.js
@@ -13,6 +13,7 @@ class AppCache {
13 this.filesToCache = [ 13 this.filesToCache = [
14 ".", 14 ".",
15 "appcache.js", 15 "appcache.js",
16 "favicon.ico",
16 17
17 "pointless/pdfjs/pdf.js", 18 "pointless/pdfjs/pdf.js",
18 "pointless/pdfjs/pdf.worker.js", 19 "pointless/pdfjs/pdf.worker.js",
diff --git a/index.html b/index.html
index 90f9aad..0dae2d8 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@
10<html> 10<html>
11 <head> 11 <head>
12 <meta charset="utf-8"> 12 <meta charset="utf-8">
13 <link rel="icon" href="favicon.ico">
13 <link rel="stylesheet" type="text/css" href="pointless/viewer/viewer.css"> 14 <link rel="stylesheet" type="text/css" href="pointless/viewer/viewer.css">
14 <title>Pointless Viewer</title> 15 <title>Pointless Viewer</title>
15 </head> 16 </head>