no frequent repetitions, choices are a bit less obviuos

This commit is contained in:
Трошин Антон Валерьевич
2026-07-12 10:18:32 +03:00
parent 45cd0ee838
commit 983190d146
4 changed files with 28 additions and 12 deletions
+3 -3
View File
@@ -10,7 +10,7 @@
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/svg+xml" href="icon.svg">
<link rel="apple-touch-icon" href="icon-192.png">
<link rel="stylesheet" href="styles.css?v=37">
<link rel="stylesheet" href="styles.css?v=38">
</head>
<body>
<div id="app">
@@ -155,10 +155,10 @@
</div>
<script type="module" src="app.js?v=37"></script>
<script type="module" src="app.js?v=38"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js?v=37').catch(() => {});
navigator.serviceWorker.register('/sw.js?v=38').catch(() => {});
}
</script>
</body>