From f53b1e98f3b3dafddac97ad22d01ca4ed6bd6959 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Thu, 15 Jul 2021 16:56:10 +0530 Subject: fixed 404 error because of build being in different directory --- build/asset-manifest.json | 22 +++++++++++++ build/favicon.ico | Bin 0 -> 3870 bytes build/index.html | 1 + build/logo192.png | Bin 0 -> 5347 bytes build/logo512.png | Bin 0 -> 9664 bytes build/manifest.json | 25 +++++++++++++++ build/robots.txt | 3 ++ build/static/css/main.b15685c9.chunk.css | 2 ++ build/static/css/main.b15685c9.chunk.css.map | 1 + build/static/js/2.b69a673d.chunk.js | 3 ++ build/static/js/2.b69a673d.chunk.js.LICENSE.txt | 41 ++++++++++++++++++++++++ build/static/js/2.b69a673d.chunk.js.map | 1 + build/static/js/3.2ddfc450.chunk.js | 2 ++ build/static/js/3.2ddfc450.chunk.js.map | 1 + build/static/js/main.67e91c3c.chunk.js | 2 ++ build/static/js/main.67e91c3c.chunk.js.map | 1 + build/static/js/runtime-main.8a91c627.js | 2 ++ build/static/js/runtime-main.8a91c627.js.map | 1 + 18 files changed, 108 insertions(+) create mode 100644 build/asset-manifest.json create mode 100644 build/favicon.ico create mode 100644 build/index.html create mode 100644 build/logo192.png create mode 100644 build/logo512.png create mode 100644 build/manifest.json create mode 100644 build/robots.txt create mode 100644 build/static/css/main.b15685c9.chunk.css create mode 100644 build/static/css/main.b15685c9.chunk.css.map create mode 100644 build/static/js/2.b69a673d.chunk.js create mode 100644 build/static/js/2.b69a673d.chunk.js.LICENSE.txt create mode 100644 build/static/js/2.b69a673d.chunk.js.map create mode 100644 build/static/js/3.2ddfc450.chunk.js create mode 100644 build/static/js/3.2ddfc450.chunk.js.map create mode 100644 build/static/js/main.67e91c3c.chunk.js create mode 100644 build/static/js/main.67e91c3c.chunk.js.map create mode 100644 build/static/js/runtime-main.8a91c627.js create mode 100644 build/static/js/runtime-main.8a91c627.js.map (limited to 'build') diff --git a/build/asset-manifest.json b/build/asset-manifest.json new file mode 100644 index 0000000..a312f82 --- /dev/null +++ b/build/asset-manifest.json @@ -0,0 +1,22 @@ +{ + "files": { + "main.css": "/static/css/main.b15685c9.chunk.css", + "main.js": "/static/js/main.67e91c3c.chunk.js", + "main.js.map": "/static/js/main.67e91c3c.chunk.js.map", + "runtime-main.js": "/static/js/runtime-main.8a91c627.js", + "runtime-main.js.map": "/static/js/runtime-main.8a91c627.js.map", + "static/js/2.b69a673d.chunk.js": "/static/js/2.b69a673d.chunk.js", + "static/js/2.b69a673d.chunk.js.map": "/static/js/2.b69a673d.chunk.js.map", + "static/js/3.2ddfc450.chunk.js": "/static/js/3.2ddfc450.chunk.js", + "static/js/3.2ddfc450.chunk.js.map": "/static/js/3.2ddfc450.chunk.js.map", + "index.html": "/index.html", + "static/css/main.b15685c9.chunk.css.map": "/static/css/main.b15685c9.chunk.css.map", + "static/js/2.b69a673d.chunk.js.LICENSE.txt": "/static/js/2.b69a673d.chunk.js.LICENSE.txt" + }, + "entrypoints": [ + "static/js/runtime-main.8a91c627.js", + "static/js/2.b69a673d.chunk.js", + "static/css/main.b15685c9.chunk.css", + "static/js/main.67e91c3c.chunk.js" + ] +} \ No newline at end of file diff --git a/build/favicon.ico b/build/favicon.ico new file mode 100644 index 0000000..a11777c Binary files /dev/null and b/build/favicon.ico differ diff --git a/build/index.html b/build/index.html new file mode 100644 index 0000000..a6fe423 --- /dev/null +++ b/build/index.html @@ -0,0 +1 @@ +Tic Tac Toe
\ No newline at end of file diff --git a/build/logo192.png b/build/logo192.png new file mode 100644 index 0000000..fc44b0a Binary files /dev/null and b/build/logo192.png differ diff --git a/build/logo512.png b/build/logo512.png new file mode 100644 index 0000000..a4e47a6 Binary files /dev/null and b/build/logo512.png differ diff --git a/build/manifest.json b/build/manifest.json new file mode 100644 index 0000000..080d6c7 --- /dev/null +++ b/build/manifest.json @@ -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" +} diff --git a/build/robots.txt b/build/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/build/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/build/static/css/main.b15685c9.chunk.css b/build/static/css/main.b15685c9.chunk.css new file mode 100644 index 0000000..c6371d2 --- /dev/null +++ b/build/static/css/main.b15685c9.chunk.css @@ -0,0 +1,2 @@ +#root,body{margin:0;height:100vh;width:100vw;flex-direction:column;align-items:center;background-color:#232627;color:#fff}#root,.ScoreBoard,body{display:flex;justify-content:space-between}.ScoreBoard{font-size:3rem;width:20rem;margin-bottom:.7rem;margin-top:1rem}.Grid{display:grid;grid-template-columns:9rem 9rem 9rem;grid-template-rows:9rem 9rem 9rem;grid-row-gap:1.5rem;grid-column-gap:1.5rem}.Box{border:1px solid #5b76b7;justify-content:center;height:100%;font-size:7rem}.Box,.Footer{display:flex;align-items:center;width:100%}.Footer{padding:.2rem 0;background-color:#0f0f0f;flex-direction:column;text-align:center}.Footer p{color:#a75cb8;margin:.2rem;width:90%}.Footer a{color:#fff}@media only screen and (max-width:600px){.Grid{grid-template-columns:6rem 6rem 6rem;grid-template-rows:6rem 6rem 6rem;grid-row-gap:1.5rem;grid-column-gap:1.5rem}.Box{font-size:6rem}.ScoreBoard{font-size:3.5rem;width:16rem;padding-top:1rem}} +/*# sourceMappingURL=main.b15685c9.chunk.css.map */ \ No newline at end of file diff --git a/build/static/css/main.b15685c9.chunk.css.map b/build/static/css/main.b15685c9.chunk.css.map new file mode 100644 index 0000000..1927091 --- /dev/null +++ b/build/static/css/main.b15685c9.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack://src/components/style.css"],"names":[],"mappings":"AAkBA,WACE,QAAW,CACX,YAAa,CACb,WAAY,CAEZ,qBAAsB,CAEtB,kBAAmB,CACnB,wBAAyB,CACzB,UACF,CAEA,uBARE,YAAa,CAEb,6BAaF,CAPA,YAGE,cAAe,CACf,WAAY,CACZ,mBAAqB,CACrB,eACF,CAEA,MACE,YAAa,CACb,oCAAqC,CACrC,iCAAkC,CAClC,mBAAoB,CACpB,sBACF,CAEA,KACE,wBAAyB,CAEzB,sBAAuB,CAEvB,WAAY,CAEZ,cACF,CAEA,aARE,YAAa,CAEb,kBAAmB,CAEnB,UAYF,CARA,QAEE,eAAiB,CACjB,wBAAyB,CAEzB,qBAAsB,CAEtB,iBACF,CAEA,UACE,aAAc,CACd,YAAc,CACd,SACF,CAEA,UACE,UACF,CAEA,yCACE,MACE,oCAAqC,CACrC,iCAAkC,CAClC,mBAAoB,CACpB,sBACF,CACA,KACE,cACF,CACA,YACE,gBAAiB,CACjB,WAAY,CACZ,gBACF,CACF","file":"main.b15685c9.chunk.css","sourcesContent":["/*\n * Tic Tac Toe - Minimalistic Tic Tac Toe\n * Copyright (C) 2021 Vidhu Kant Sharma\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see .\n */\n\nbody, #root {\n margin: 0px;\n height: 100vh;\n width: 100vw;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: center;\n background-color: #232627;\n color: white;\n}\n\n.ScoreBoard { \n display: flex;\n justify-content: space-between;\n font-size: 3rem;\n width: 20rem;\n margin-bottom: 0.7rem;\n margin-top: 1rem;\n}\n\n.Grid {\n display: grid;\n grid-template-columns: 9rem 9rem 9rem;\n grid-template-rows: 9rem 9rem 9rem;\n grid-row-gap: 1.5rem;\n grid-column-gap: 1.5rem;\n}\n\n.Box {\n border: 1px solid #5b76b7;\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100%;\n width: 100%;\n font-size: 7rem;\n}\n\n.Footer {\n width: 100%;\n padding: 0.2rem 0;\n background-color: #0f0f0f;\n display: flex;\n flex-direction: column;\n align-items: center;\n text-align: center;\n}\n\n.Footer p {\n color: #a75cb8;\n margin: 0.2rem;\n width: 90%;\n}\n\n.Footer a {\n color: white;\n}\n\n@media only screen and (max-width: 600px) {\n .Grid {\n grid-template-columns: 6rem 6rem 6rem;\n grid-template-rows: 6rem 6rem 6rem;\n grid-row-gap: 1.5rem;\n grid-column-gap: 1.5rem;\n }\n .Box {\n font-size: 6rem;\n }\n .ScoreBoard { \n font-size: 3.5rem;\n width: 16rem;\n padding-top: 1rem;\n }\n}\n"]} \ No newline at end of file diff --git a/build/static/js/2.b69a673d.chunk.js b/build/static/js/2.b69a673d.chunk.js new file mode 100644 index 0000000..5a18a03 --- /dev/null +++ b/build/static/js/2.b69a673d.chunk.js @@ -0,0 +1,3 @@ +/*! For license information please see 2.b69a673d.chunk.js.LICENSE.txt */ +(this["webpackJsonptic-tac-toe"]=this["webpackJsonptic-tac-toe"]||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(10)},function(e,t,n){"use strict";e.exports=n(6)},function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n