Skip to content

Commit 987bd79

Browse files
committed
auto commit to another repository
1 parent 0fa4775 commit 987bd79

9 files changed

+76
-18
lines changed

asset-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.addce66c.css",
4-
"main.js": "/static/js/main.50d6368c.js",
3+
"main.css": "/static/css/main.aa18f517.css",
4+
"main.js": "/static/js/main.7e9f146f.js",
55
"index.html": "/index.html",
6-
"main.addce66c.css.map": "/static/css/main.addce66c.css.map",
7-
"main.50d6368c.js.map": "/static/js/main.50d6368c.js.map"
6+
"main.aa18f517.css.map": "/static/css/main.aa18f517.css.map",
7+
"main.7e9f146f.js.map": "/static/js/main.7e9f146f.js.map"
88
},
99
"entrypoints": [
10-
"static/css/main.addce66c.css",
11-
"static/js/main.50d6368c.js"
10+
"static/css/main.aa18f517.css",
11+
"static/js/main.7e9f146f.js"
1212
]
1313
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html dir="ltr" lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:b="http://www.google.com/2005/gml/b" xmlns:data="http://www.google.com/2005/gml/data" xmlns:expr="http://www.google.com/2005/gml/expr"><head><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/><meta content="width=device-width,initial-scale=1" name="viewport"/><meta content="IE=edge" http-equiv="X-UA-Compatible"/><link rel="icon" href="/favicon.ico"/><link rel="canonical" href="https://fc-game.github.io"/><script type="text/javascript">!function(n){if("/"===n.search[1]){var a=n.search.slice(1).split("&").map((function(n){return n.replace(/~and~/g,"&")})).join("?");window.history.replaceState(null,null,n.pathname.slice(0,-1)+a+n.hash)}}(window.location)</script><title>Family Computer Games | Seiri</title><script defer="defer" src="/static/js/main.50d6368c.js"></script><link href="/static/css/main.addce66c.css" rel="stylesheet"></head><body><div id="root"></div><script async src="https://www.googletagmanager.com/gtag/js?id=G-PH5TN0CPTB"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date)</script></body></html>
1+
<!doctype html><html dir="ltr" lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:b="http://www.google.com/2005/gml/b" xmlns:data="http://www.google.com/2005/gml/data" xmlns:expr="http://www.google.com/2005/gml/expr"><head><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/><meta content="width=device-width,initial-scale=1" name="viewport"/><meta content="IE=edge" http-equiv="X-UA-Compatible"/><link rel="icon" href="/favicon.ico"/><link rel="canonical" href="https://fc-game.github.io"/><script type="text/javascript">!function(n){if("/"===n.search[1]){var a=n.search.slice(1).split("&").map((function(n){return n.replace(/~and~/g,"&")})).join("?");window.history.replaceState(null,null,n.pathname.slice(0,-1)+a+n.hash)}}(window.location)</script><title>Family Computer Games | Seiri</title><script defer="defer" src="/static/js/main.7e9f146f.js"></script><link href="/static/css/main.aa18f517.css" rel="stylesheet"></head><body><div id="root"></div><script async src="https://www.googletagmanager.com/gtag/js?id=G-PH5TN0CPTB"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date)</script></body></html>

static/css/main.aa18f517.css

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

static/css/main.aa18f517.css.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.

static/css/main.addce66c.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

static/js/main.50d6368c.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

static/js/main.7e9f146f.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2018 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/** @license React v0.20.2
14+
* scheduler.production.min.js
15+
*
16+
* Copyright (c) Facebook, Inc. and its affiliates.
17+
*
18+
* This source code is licensed under the MIT license found in the
19+
* LICENSE file in the root directory of this source tree.
20+
*/
21+
22+
/** @license React v16.13.1
23+
* react-is.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+
/** @license React v17.0.2
32+
* react-dom.production.min.js
33+
*
34+
* Copyright (c) Facebook, Inc. and its affiliates.
35+
*
36+
* This source code is licensed under the MIT license found in the
37+
* LICENSE file in the root directory of this source tree.
38+
*/
39+
40+
/** @license React v17.0.2
41+
* react-jsx-runtime.production.min.js
42+
*
43+
* Copyright (c) Facebook, Inc. and its affiliates.
44+
*
45+
* This source code is licensed under the MIT license found in the
46+
* LICENSE file in the root directory of this source tree.
47+
*/
48+
49+
/** @license React v17.0.2
50+
* react.production.min.js
51+
*
52+
* Copyright (c) Facebook, Inc. and its affiliates.
53+
*
54+
* This source code is licensed under the MIT license found in the
55+
* LICENSE file in the root directory of this source tree.
56+
*/

static/js/main.7e9f146f.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)