diff options
-rw-r--r-- | index.html | 18 | ||||
-rw-r--r-- | sw.js | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6222c21 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=UTF-8 /> + <title> + TELETEKST APLIKACIJA - Nalagam ... + </title> + <style> + body { + background: black; + } + </style> + <meta http-equiv=refresh content=0;URL=/100/1 /> + </head> + <body> + + </body> +</html> @@ -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 | |