Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanfahreezy committed May 4, 2023
1 parent 19190c9 commit 6705e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AkinatorGPT</title>
<script type="module" crossorigin src="/assets/index-2a695437.js"></script>
<script type="module" crossorigin src="./assets/index-2a695437.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 6705e90

Please sign in to comment.