From 0f5112e9ba659b8cb0adedbedb623b2a403a3a86 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 30 Aug 2020 19:54:14 +0000 Subject: index redirect --- index.html | 18 ++++++++++++++++++ sw.js | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..6222c21 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + TELETEKST APLIKACIJA - Nalagam ... + + + + + + + + diff --git a/sw.js b/sw.js index 347ad15..0bb9ec7 100644 --- a/sw.js +++ b/sw.js @@ -1,5 +1,5 @@ // Change version to cause cache refresh, sw.js SE NE SME CACHAT aka ne ga dat v assets! -const static_cache_name = "site-static-v0.0.0"; +const static_cache_name = "site-static-v0.0.1"; const offlineUrl = "/offline.html"; const assets = [ "/manifest.json", // proxy | -- cgit v1.2.3