Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit-Matth committed Jan 15, 2024
0 parents commit 31f2f68
Show file tree
Hide file tree
Showing 16 changed files with 94 additions and 0 deletions.
19 changes: 19 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"files": {
"main.css": "/tic-tac-toe/static/css/main.f2194a03.css",
"main.js": "/tic-tac-toe/static/js/main.8cc180a6.js",
"static/js/845.a5d059c7.chunk.js": "/tic-tac-toe/static/js/845.a5d059c7.chunk.js",
"static/media/newGame.wav": "/tic-tac-toe/static/media/newGame.ab583e220d9d8c0b969c.wav",
"static/media/win.mp3": "/tic-tac-toe/static/media/win.0020897289ad8c523adb.mp3",
"static/media/tie.mp3": "/tic-tac-toe/static/media/tie.c7095a48ea6657c8d942.mp3",
"static/media/btnPopUp.mp3": "/tic-tac-toe/static/media/btnPopUp.27c066957dbe687b7e7d.mp3",
"index.html": "/tic-tac-toe/index.html",
"main.f2194a03.css.map": "/tic-tac-toe/static/css/main.f2194a03.css.map",
"main.8cc180a6.js.map": "/tic-tac-toe/static/js/main.8cc180a6.js.map",
"845.a5d059c7.chunk.js.map": "/tic-tac-toe/static/js/845.a5d059c7.chunk.js.map"
},
"entrypoints": [
"static/css/main.f2194a03.css",
"static/js/main.8cc180a6.js"
]
}
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/tic-tac-toe/favicon.png"/><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="/tic-tac-toe/logo192.png"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,900;1,800&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@700&family=Noto+Serif:wght@800&display=swap" rel="stylesheet"><link rel="manifest" href="/tic-tac-toe/manifest.json"/><title>Tic Tac Toe</title><script defer="defer" src="/tic-tac-toe/static/js/main.8cc180a6.js"></script><link href="/tic-tac-toe/static/css/main.f2194a03.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
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:
2 changes: 2 additions & 0 deletions static/css/main.f2194a03.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.f2194a03.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/845.a5d059c7.chunk.js

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions static/js/845.a5d059c7.chunk.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*!
* Spatial Plugin - Adds support for stereo and 3D audio where Web Audio is supported.
*
* howler.js v2.2.4
* howlerjs.com
*
* (c) 2013-2020, James Simpson of GoldFire Studios
* goldfirestudios.com
*
* MIT License
*/

/*!
* howler.js v2.2.4
* howlerjs.com
*
* (c) 2013-2020, James Simpson of GoldFire Studios
* goldfirestudios.com
*
* MIT License
*/
1 change: 1 addition & 0 deletions static/js/845.a5d059c7.chunk.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions static/js/main.8cc180a6.js

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions static/js/main.8cc180a6.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.8cc180a6.js.map

Large diffs are not rendered by default.

Binary file added static/media/btnPopUp.27c066957dbe687b7e7d.mp3
Binary file not shown.
Binary file added static/media/newGame.ab583e220d9d8c0b969c.wav
Binary file not shown.
Binary file added static/media/tie.c7095a48ea6657c8d942.mp3
Binary file not shown.
Binary file added static/media/win.0020897289ad8c523adb.mp3
Binary file not shown.

0 comments on commit 31f2f68

Please sign in to comment.