Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamanpathak2022 authored Jun 26, 2024
1 parent 991733a commit d743399
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/WordWave/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/WordWave/assets/index-DYyqYc2y.js"></script>
<link rel="stylesheet" crossorigin href="/WordWave/assets/index-BPRtW2A2.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>React App</title>
<link rel="stylesheet" href="/assets/index-BPRtW2A2.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/assets/index-DYyqYc2y.js"></script>
</body>
</html>

0 comments on commit d743399

Please sign in to comment.