mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 06:26:16 -04:00
Build 29035727
This commit is contained in:
parent
819197031f
commit
059a1a6585
13 changed files with 7458 additions and 19 deletions
|
@ -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}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29035725"
|
||||
"29035727"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue