This commit is contained in:
2026-04-20 17:51:22 +03:30
commit c7aa105709
9 changed files with 719 additions and 0 deletions

6
public/js/app.js Normal file
View File

@@ -0,0 +1,6 @@
if ("serviceWorker" in navigator) {
navigator.serviceWorker
.register("/sw.js")
.then(() => console.log("service worker is registed"))
.catch((e) => console.log(e));
} else console.log("there is no")