Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-2004 committed Nov 23, 2023
0 parents commit 94981d6
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.
40 changes: 40 additions & 0 deletions assets/index-e7d97040.js

Large diffs are not rendered by default.

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

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

Binary file added bg-pattern-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bg-pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/game-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Tic-Tac-Toe</title>
<script type="module" crossorigin src="/assets/index-e7d97040.js"></script>
<link rel="stylesheet" href="/assets/index-f0ca2a22.css">
</head>
<body>
<header>
<img src="game-logo.png" alt="">
<h1>Tic-Tac-Toe</h1>
</header>
<div id="root"></div>

</body>
</html>

0 comments on commit 94981d6

Please sign in to comment.