-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sanketjaswal
committed
Oct 4, 2024
1 parent
31aef4c
commit e8384eb
Showing
13 changed files
with
661 additions
and
608 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"files": { | ||
"main.css": "/PokeDex/static/css/main.f599279c.css", | ||
"main.js": "/PokeDex/static/js/main.01e241f2.js", | ||
"static/js/453.a6a97343.chunk.js": "/PokeDex/static/js/453.a6a97343.chunk.js", | ||
"index.html": "/PokeDex/index.html", | ||
"main.f599279c.css.map": "/PokeDex/static/css/main.f599279c.css.map", | ||
"main.01e241f2.js.map": "/PokeDex/static/js/main.01e241f2.js.map", | ||
"453.a6a97343.chunk.js.map": "/PokeDex/static/js/453.a6a97343.chunk.js.map" | ||
"main.css": "/static/css/main.f599279c.css", | ||
"main.js": "/static/js/main.4231ce7c.js", | ||
"static/js/453.a6a97343.chunk.js": "/static/js/453.a6a97343.chunk.js", | ||
"index.html": "/index.html", | ||
"main.f599279c.css.map": "/static/css/main.f599279c.css.map", | ||
"main.4231ce7c.js.map": "/static/js/main.4231ce7c.js.map", | ||
"453.a6a97343.chunk.js.map": "/static/js/453.a6a97343.chunk.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.f599279c.css", | ||
"static/js/main.01e241f2.js" | ||
"static/js/main.4231ce7c.js" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="/PokeDex/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 href="https://fonts.cdnfonts.com/css/pokemon-solid" rel="stylesheet"/><link href="https://fonts.cdnfonts.com/css/pokemon-hollow" rel="stylesheet"/><link rel="apple-touch-icon" href="/PokeDex/logo192.png"/><link rel="manifest" href="/PokeDex/manifest.json"/><title>React App</title><script defer="defer" src="/PokeDex/static/js/main.01e241f2.js"></script><link href="/PokeDex/static/css/main.f599279c.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="PokeDex/pokeball.png"/><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 href="https://fonts.cdnfonts.com/css/pokemon-solid" rel="stylesheet"/><link href="https://fonts.cdnfonts.com/css/pokemon-hollow" rel="stylesheet"/><link rel="manifest" href="/manifest.json"/><title>PokéDex</title><script defer="defer" src="/static/js/main.4231ce7c.js"></script><link href="/static/css/main.f599279c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "PokeDex", | ||
"name": "Pokemon app by Sanket Jaswal", | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"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" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
static/js/main.01e241f2.js.LICENSE.txt → static/js/main.4231ce7c.js.LICENSE.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.