Skip to content

Commit 84a2571

Browse files
authored
Add files via upload
1 parent d6454c1 commit 84a2571

File tree

5 files changed

+758
-16
lines changed

5 files changed

+758
-16
lines changed

asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.77b5e573.css",
4-
"main.js": "/static/js/main.5af6fd6d.js",
4+
"main.js": "/static/js/main.9e9ff5e4.js",
55
"static/media/mj.png": "/static/media/mj.608b50837b58709b2b95.png",
66
"index.html": "/index.html",
77
"main.77b5e573.css.map": "/static/css/main.77b5e573.css.map",
8-
"main.5af6fd6d.js.map": "/static/js/main.5af6fd6d.js.map"
8+
"main.9e9ff5e4.js.map": "/static/js/main.9e9ff5e4.js.map"
99
},
1010
"entrypoints": [
1111
"static/css/main.77b5e573.css",
12-
"static/js/main.5af6fd6d.js"
12+
"static/js/main.9e9ff5e4.js"
1313
]
1414
}

index.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.5af6fd6d.js"></script><link href="/static/css/main.77b5e573.css" rel="stylesheet"></head><script type="text/javascript">
2-
// Single Page Apps for GitHub Pages
3-
(function(l) {
4-
if (l.search[1] === '/' ) {
5-
var decoded = l.search.slice(1).split('&').map(function(s) {
6-
return s.replace(/~and~/g, '&')
7-
}).join('?');
8-
window.history.replaceState(null, null,
9-
l.pathname.slice(0, -1) + decoded + l.hash
10-
);
11-
}
12-
}(window.location))
13-
</script><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.9e9ff5e4.js"></script><link href="/static/css/main.77b5e573.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

static/js/main.9e9ff5e4.js

Lines changed: 681 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
/**
2+
* @license React
3+
* react-dom.production.min.js
4+
*
5+
* Copyright (c) Facebook, Inc. and its affiliates.
6+
*
7+
* This source code is licensed under the MIT license found in the
8+
* LICENSE file in the root directory of this source tree.
9+
*/
10+
11+
/**
12+
* @license React
13+
* react-jsx-runtime.production.min.js
14+
*
15+
* Copyright (c) Facebook, Inc. and its affiliates.
16+
*
17+
* This source code is licensed under the MIT license found in the
18+
* LICENSE file in the root directory of this source tree.
19+
*/
20+
21+
/**
22+
* @license React
23+
* react.production.min.js
24+
*
25+
* Copyright (c) Facebook, Inc. and its affiliates.
26+
*
27+
* This source code is licensed under the MIT license found in the
28+
* LICENSE file in the root directory of this source tree.
29+
*/
30+
31+
/**
32+
* @license React
33+
* scheduler.production.min.js
34+
*
35+
* Copyright (c) Facebook, Inc. and its affiliates.
36+
*
37+
* This source code is licensed under the MIT license found in the
38+
* LICENSE file in the root directory of this source tree.
39+
*/
40+
41+
/**
42+
* @remix-run/router v1.19.2
43+
*
44+
* Copyright (c) Remix Software Inc.
45+
*
46+
* This source code is licensed under the MIT license found in the
47+
* LICENSE.md file in the root directory of this source tree.
48+
*
49+
* @license MIT
50+
*/
51+
52+
/**
53+
* React Router DOM v6.26.2
54+
*
55+
* Copyright (c) Remix Software Inc.
56+
*
57+
* This source code is licensed under the MIT license found in the
58+
* LICENSE.md file in the root directory of this source tree.
59+
*
60+
* @license MIT
61+
*/
62+
63+
/**
64+
* React Router v6.26.2
65+
*
66+
* Copyright (c) Remix Software Inc.
67+
*
68+
* This source code is licensed under the MIT license found in the
69+
* LICENSE.md file in the root directory of this source tree.
70+
*
71+
* @license MIT
72+
*/

static/js/main.9e9ff5e4.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)