Skip to content

Commit

Permalink
Merge pull request #42 from group14-aaa/anjal/styling
Browse files Browse the repository at this point in the history
Anjal/styling
  • Loading branch information
anjalsali committed Feb 15, 2024
2 parents 0efd29f + 4f8336e commit 018a232
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://embed.twitch.tv/embed/v1.js"></script>
<title>Zone of Games</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./src/assets/images/website-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://embed.twitch.tv/embed/v1.js"></script>
<title>Zone of Games</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

</html>
Binary file added src/assets/images/website-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 018a232

Please sign in to comment.