Skip to content

Commit

Permalink
newest update
Browse files Browse the repository at this point in the history
  • Loading branch information
komad1na authored Jul 21, 2023
1 parent 01fa0df commit b71e09a
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 8 deletions.
13 changes: 6 additions & 7 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"files": {
"main.css": "/weather/static/css/main.5831e9e6.css",
"main.js": "/weather/static/js/main.c8dc2ed6.js",
"static/media/background.jpg": "/weather/static/media/background.2390177435c90c41d358.jpg",
"main.css": "/weather/static/css/main.52cf8da9.css",
"main.js": "/weather/static/js/main.7dce2b51.js",
"static/media/inter-light.ttf": "/weather/static/media/inter-light.58a136ec3193fa8a63e5.ttf",
"static/media/pressure.png": "/weather/static/media/pressure.9dc96c681b9046e5ca60.png",
"static/media/humidity.png": "/weather/static/media/humidity.de8a32c7d6d44bb3238e.png",
"static/media/sunrise.png": "/weather/static/media/sunrise.0248859f0fe99455222d.png",
"index.html": "/weather/index.html",
"main.5831e9e6.css.map": "/weather/static/css/main.5831e9e6.css.map",
"main.c8dc2ed6.js.map": "/weather/static/js/main.c8dc2ed6.js.map"
"main.52cf8da9.css.map": "/weather/static/css/main.52cf8da9.css.map",
"main.7dce2b51.js.map": "/weather/static/js/main.7dce2b51.js.map"
},
"entrypoints": [
"static/css/main.5831e9e6.css",
"static/js/main.c8dc2ed6.js"
"static/css/main.52cf8da9.css",
"static/js/main.7dce2b51.js"
]
}
Binary file modified favicon.ico
Binary file not shown.
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="/weather/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="/weather/logo192.png"/><link rel="manifest" href="/weather/manifest.json"/><title>Weather</title><script defer="defer" src="/weather/static/js/main.c8dc2ed6.js"></script><link href="/weather/static/css/main.5831e9e6.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="/weather/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="/weather/logo192.png"/><link rel="manifest" href="/weather/manifest.json"/><title>Weather</title><script defer="defer" src="/weather/static/js/main.7dce2b51.js"></script><link href="/weather/static/css/main.52cf8da9.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file modified 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 logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions static/css/main.52cf8da9.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.52cf8da9.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions static/js/main.7dce2b51.js

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions static/js/main.7dce2b51.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* use-sync-external-store-shim.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* use-sync-external-store-shim/with-selector.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.7dce2b51.js.map

Large diffs are not rendered by default.

0 comments on commit b71e09a

Please sign in to comment.