Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaakko Heusala committed Apr 13, 2024
1 parent d13c18e commit 886f8f0
Show file tree
Hide file tree
Showing 24 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions frontend/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.966d4129.css",
"main.js": "/static/js/main.cf1aa862.js",
"main.js": "/static/js/main.261ed3e2.js",
"static/js/496.59a24e4c.chunk.js": "/static/js/496.59a24e4c.chunk.js",
"static/media/RedHatDisplay-SemiBold.ttf": "/static/media/RedHatDisplay-SemiBold.a09738a446c68f81a5a1.ttf",
"static/media/RedHatDisplay-ExtraBold.ttf": "/static/media/RedHatDisplay-ExtraBold.3c908e72acb4638501f1.ttf",
Expand All @@ -27,11 +27,11 @@
"static/media/00_BackCover.webp": "/static/media/00_BackCover.27410fd3f151a763baca.webp",
"index.html": "/index.html",
"main.966d4129.css.map": "/static/css/main.966d4129.css.map",
"main.cf1aa862.js.map": "/static/js/main.cf1aa862.js.map",
"main.261ed3e2.js.map": "/static/js/main.261ed3e2.js.map",
"496.59a24e4c.chunk.js.map": "/static/js/496.59a24e4c.chunk.js.map"
},
"entrypoints": [
"static/css/main.966d4129.css",
"static/js/main.cf1aa862.js"
"static/js/main.261ed3e2.js"
]
}
Binary file modified frontend/build/asset-manifest.json.gz
Binary file not shown.
Binary file modified frontend/build/favicon.ico
Binary file not shown.
Binary file modified frontend/build/favicon.ico.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta http-equiv="cache-control" content="no-cache"><meta http-equiv="expires" content="0"><meta http-equiv="pragma" content="no-cache"><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>HG's Memory Matching Game</title><script defer="defer" src="/static/js/main.cf1aa862.js"></script><link href="/static/css/main.966d4129.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta http-equiv="cache-control" content="no-cache"><meta http-equiv="expires" content="0"><meta http-equiv="pragma" content="no-cache"><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Memory Game from Hangover Games</title><meta name="description" content="Test your memory with Hangover Games! Match cards, beat the clock, and climb the leaderboard in this thrilling challenge!"><meta property="og:title" content="Memory Game from Hangover Games"><meta property="og:description" content="Test your memory with Hangover Games! Match cards, beat the clock, and climb the leaderboard in this thrilling challenge!"><meta property="og:image" content="https://memory.hangover.games/preview.png"><meta property="og:url" content="https://memory.hangover.games"><script defer="defer" src="/static/js/main.261ed3e2.js"></script><link href="/static/css/main.966d4129.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to play this game.</noscript><div id="root"></div></body></html>
Binary file modified frontend/build/index.html.gz
Binary file not shown.
Binary file added frontend/build/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/build/logo.png.gz
Binary file not shown.
Binary file modified frontend/build/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/build/logo192.png.gz
Binary file not shown.
Binary file modified frontend/build/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/build/logo512.png.gz
Binary file not shown.
10 changes: 5 additions & 5 deletions frontend/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"short_name": "Memory",
"name": "Memory Matching Game",
"short_name": "HG Memory",
"name": "Memory Game from Hangover Games",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"sizes": "32x32",
"type": "image/x-icon"
},
{
Expand All @@ -20,6 +20,6 @@
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#ffffff",
"background_color": "#424242"
}
Binary file modified frontend/build/manifest.json.gz
Binary file not shown.
Binary file added frontend/build/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/build/preview.png.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file added frontend/build/static/js/main.261ed3e2.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file added frontend/build/static/js/main.261ed3e2.js.map.gz
Binary file not shown.
Binary file removed frontend/build/static/js/main.cf1aa862.js.gz
Binary file not shown.
Binary file removed frontend/build/static/js/main.cf1aa862.js.map.gz
Binary file not shown.

0 comments on commit 886f8f0

Please sign in to comment.