Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Deeva125 committed Jun 6, 2023
0 parents commit 1889df1
Show file tree
Hide file tree
Showing 25 changed files with 105 additions and 0 deletions.
26 changes: 26 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"files": {
"main.css": "/age-calculator/static/css/main.17351a53.css",
"main.js": "/age-calculator/static/js/main.5155306c.js",
"static/js/787.9d484e86.chunk.js": "/age-calculator/static/js/787.9d484e86.chunk.js",
"static/media/kid.png": "/age-calculator/static/media/kid.307496f5676b61e1c3f2.png",
"static/media/baby.png": "/age-calculator/static/media/baby.c16b58ce050fd509e513.png",
"static/media/toddler.png": "/age-calculator/static/media/toddler.6ac65604a48a63cb512f.png",
"static/media/oldMan.png": "/age-calculator/static/media/oldMan.2c20ec2a545bc29de2f4.png",
"static/media/higgs.png": "/age-calculator/static/media/higgs.defd44ebb9f3aed142fd.png",
"static/media/teen.png": "/age-calculator/static/media/teen.5b982e893768b363f315.png",
"static/media/veryOldMan.png": "/age-calculator/static/media/veryOldMan.55890a6f9a189353bf85.png",
"static/media/rip.png": "/age-calculator/static/media/rip.1cbdf52419bb4e3b17e6.png",
"static/media/adult.png": "/age-calculator/static/media/adult.a05bf2855109e5ebbaa8.png",
"static/media/youngAdult.png": "/age-calculator/static/media/youngAdult.8d180b4888bbc08e764f.png",
"static/media/logo.svg": "/age-calculator/static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg",
"index.html": "/age-calculator/index.html",
"main.17351a53.css.map": "/age-calculator/static/css/main.17351a53.css.map",
"main.5155306c.js.map": "/age-calculator/static/js/main.5155306c.js.map",
"787.9d484e86.chunk.js.map": "/age-calculator/static/js/787.9d484e86.chunk.js.map"
},
"entrypoints": [
"static/css/main.17351a53.css",
"static/js/main.5155306c.js"
]
}
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/age-calculator/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="/age-calculator/logo192.png"/><title>React App</title><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"/><script defer="defer" src="/age-calculator/static/js/main.5155306c.js"></script><link href="/age-calculator/static/css/main.17351a53.css" rel="stylesheet"></head><body><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added 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 added logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"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"
}
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions static/css/main.17351a53.css

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

1 change: 1 addition & 0 deletions static/css/main.17351a53.css.map

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

2 changes: 2 additions & 0 deletions static/js/787.9d484e86.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/787.9d484e86.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 1889df1

Please sign in to comment.