Skip to content

Commit

Permalink
deploy: b59aaed
Browse files Browse the repository at this point in the history
  • Loading branch information
antusus committed Nov 23, 2024
1 parent 9e9bbb5 commit a1ad850
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 16 deletions.
Empty file added .nojekyll
Empty file.
15 changes: 11 additions & 4 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"main.css": "static/css/main.24d4285d.css",
"main.css.map": "static/css/main.24d4285d.css.map",
"main.js": "static/js/main.8b1ca6c3.js",
"main.js.map": "static/js/main.8b1ca6c3.js.map"
"files": {
"main.css": "/static/css/main.c329fbf7.css",
"main.js": "/static/js/main.76e31470.js",
"index.html": "/index.html",
"main.c329fbf7.css.map": "/static/css/main.c329fbf7.css.map",
"main.76e31470.js.map": "/static/js/main.76e31470.js.map"
},
"entrypoints": [
"static/css/main.c329fbf7.css",
"static/js/main.76e31470.js"
]
}
Binary file added favicon.webp
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"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/multiplcation-table-react/manifest.json"><title>Tabliczka mnożenia</title><link href="/multiplcation-table-react/static/css/main.24d4285d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/multiplcation-table-react/static/js/main.8b1ca6c3.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.webp"/><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="/favicon.webp"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.76e31470.js"></script><link href="/static/css/main.c329fbf7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Multiplication Table App",
"name": "Multiplication Table App",
"icons": [
{
"src": "favicon.ico",
"src": "favicon.webp",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
Expand Down
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:
1 change: 0 additions & 1 deletion service-worker.js

This file was deleted.

2 changes: 0 additions & 2 deletions static/css/main.24d4285d.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/main.24d4285d.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions static/css/main.c329fbf7.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.c329fbf7.css.map

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

3 changes: 3 additions & 0 deletions static/js/main.76e31470.js

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions static/js/main.76e31470.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/**
* @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-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.
*/
1 change: 1 addition & 0 deletions static/js/main.76e31470.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions static/js/main.8b1ca6c3.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.8b1ca6c3.js.map

This file was deleted.

0 comments on commit a1ad850

Please sign in to comment.