Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ucfx committed May 15, 2024
0 parents commit 2223a1f
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
48 changes: 48 additions & 0 deletions assets/index-Dlg-2Z8J.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-dzSu2VQM.css

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

Binary file added favicon.ico
Binary file not shown.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/TIC-TAC-TOE-GAME/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Tic Tac Toe Game Using React.js" />

<title>TIC TAC TOE</title>
<script type="module" crossorigin src="/TIC-TAC-TOE-GAME/assets/index-Dlg-2Z8J.js"></script>
<link rel="stylesheet" crossorigin href="/TIC-TAC-TOE-GAME/assets/index-dzSu2VQM.css">
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>

</body>

</html>
Expand Down

0 comments on commit 2223a1f

Please sign in to comment.