Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
naufal-yafi committed Jul 30, 2023
1 parent 427e782 commit f9aae3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/vite.svg" type="image/x-icon">
<link rel="apple-touch-icon" href="/vite.svg">
<link rel="shortcut icon" href="./vite.svg" type="image/x-icon">
<link rel="apple-touch-icon" href="./vite.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chat App</title>
<script type="module" crossorigin src="/assets/index-1b8e9adb.js"></script>
<link rel="stylesheet" href="/assets/index-2025f2ca.css">
<script type="module" crossorigin src="./assets/index-1b8e9adb.js"></script>
<link rel="stylesheet" href="./assets/index-2025f2ca.css">
</head>
<body class="bg-black">
<div id="root"></div>
Expand Down

0 comments on commit f9aae3e

Please sign in to comment.