mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
fix logo
This commit is contained in:
parent
a56fa9d4e8
commit
d84cd67e9d
2 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@ limitations under the License.
|
|||
mod by marcrobledo, original from: https://github.com/GoogleChrome/samples/blob/gh-pages/service-worker/basic/service-worker.js
|
||||
*/
|
||||
|
||||
const PRECACHE_ID='v20180428';
|
||||
const PRECACHE_ID='v20180428c';
|
||||
const PRECACHE_FILES=[
|
||||
'index.html','./',
|
||||
'RomPatcher.css',
|
||||
'RomPatcher.js',
|
||||
'favicon.png',
|
||||
'logo.png',
|
||||
'logo192.png',
|
||||
'ips.js',
|
||||
'ups.js',
|
||||
'aps.js',
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
|
||||
<!-- HEADER -->
|
||||
<header><img src="logo.png" /><h1>RomPatcher.js</h1></header>
|
||||
<header><img src="logo192.png" /><h1>RomPatcher.js</h1></header>
|
||||
|
||||
<!-- APP -->
|
||||
<div id="wrapper">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue