Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ucfx committed Dec 4, 2024
1 parent 5bb84a7 commit 52ce95b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion assets/index-P9Si_Nv0.js → assets/index-DOJabKmN.js

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

41 changes: 20 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/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-P9Si_Nv0.js"></script>
<link rel="stylesheet" crossorigin href="/TIC-TAC-TOE-GAME/assets/index-B3KpdI7e.css">
</head>

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


</body>

<!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-DOJabKmN.js"></script>
<link rel="stylesheet" crossorigin href="/TIC-TAC-TOE-GAME/assets/index-B3KpdI7e.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 52ce95b

Please sign in to comment.