Skip to content

Commit

Permalink
Deploying to gh-pages from @ c3df468 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
HamburgJ committed Dec 23, 2024
1 parent eff7f1d commit 068e92f
Show file tree
Hide file tree
Showing 18 changed files with 154 additions and 94 deletions.
18 changes: 9 additions & 9 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/match-five/static/css/main.9a899c1d.css",
"main.js": "/match-five/static/js/main.52d63483.js",
"static/js/488.79d187eb.chunk.js": "/match-five/static/js/488.79d187eb.chunk.js",
"index.html": "/match-five/index.html",
"main.9a899c1d.css.map": "/match-five/static/css/main.9a899c1d.css.map",
"main.52d63483.js.map": "/match-five/static/js/main.52d63483.js.map",
"488.79d187eb.chunk.js.map": "/match-five/static/js/488.79d187eb.chunk.js.map"
"main.css": "/static/css/main.6907bd84.css",
"main.js": "/static/js/main.b8e3742e.js",
"static/js/453.35e9a3b5.chunk.js": "/static/js/453.35e9a3b5.chunk.js",
"index.html": "/index.html",
"main.6907bd84.css.map": "/static/css/main.6907bd84.css.map",
"main.b8e3742e.js.map": "/static/js/main.b8e3742e.js.map",
"453.35e9a3b5.chunk.js.map": "/static/js/453.35e9a3b5.chunk.js.map"
},
"entrypoints": [
"static/css/main.9a899c1d.css",
"static/js/main.52d63483.js"
"static/css/main.6907bd84.css",
"static/js/main.b8e3742e.js"
]
}
8 changes: 8 additions & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 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="/match-five/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/match-five/logo192.png"/><link rel="manifest" href="/match-five/manifest.json"/><title>React App</title><link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet"><script defer="defer" src="/match-five/static/js/main.52d63483.js"></script><link href="/match-five/static/css/main.9a899c1d.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" type="image/svg+xml" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#1a237e"/><meta name="description" content="Match Five - A word matching game"/><link rel="apple-touch-icon" href="/favicon.svg"/><link rel="manifest" href="/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap" rel="stylesheet"><title>Match Five</title><script defer="defer" src="/static/js/main.b8e3742e.js"></script><link href="/static/css/main.6907bd84.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
20 changes: 5 additions & 15 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Match Five",
"name": "Match Five - Word Matching Game",
"icons": [
{
"src": "favicon.ico",
"src": "favicon.svg",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"type": "image/svg+xml"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"theme_color": "#1a237e",
"background_color": "#ffffff"
}
6 changes: 6 additions & 0 deletions static/css/main.6907bd84.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.6907bd84.css.map

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions static/css/main.9a899c1d.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/main.9a899c1d.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions static/js/453.35e9a3b5.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/js/453.35e9a3b5.chunk.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 068e92f

Please sign in to comment.