Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianE121000 committed Oct 19, 2023
1 parent 96845cb commit cc79bbf
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://adriane121000.github.io/crypto-market/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<script type="module" crossorigin src="https://adriane121000.github.io/crypto-market/assets/index-49974211.js"></script>
<link rel="stylesheet" href="https://adriane121000.github.io/crypto-market/assets/index-c9622f62.css">
</head>
<body>
<div id="root"></div>

</body>
</html>

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://adriane121000.github.io/crypto-market/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CryptoMarket</title>
<script type="module" crossorigin src="https://adriane121000.github.io/crypto-market/assets/index-49974211.js"></script>
<link rel="stylesheet" href="https://adriane121000.github.io/crypto-market/assets/index-c9622f62.css">
</head>

<body>
<div id="root"></div>

</body>

</html>

0 comments on commit cc79bbf

Please sign in to comment.