Build 29035727

This commit is contained in:
Renan LE CARO 2025-03-16 17:48:06 +01:00
parent 819197031f
commit 059a1a6585
13 changed files with 7458 additions and 19 deletions

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29035725";
const VERSION = "29035727";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -1 +1 @@
"29035725"
"29035727"

View file

@ -17,7 +17,7 @@
<style>
@import "game.less";
</style>
<link rel="icon" href="./PWA/icon.svg" />
<link rel="icon" href="data-url:./PWA/icon.svg" />
</head>
<body>
<button id="menu"><span id="menuLabel">menu</span></button>