Skip to content

Commit

Permalink
Index.html Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vrushabhgawas14 committed Nov 12, 2024
1 parent c45e702 commit 4d0ec4e
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,18 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Porfolio Website of Vrushabh Gawas" />
<title>Vrushabh Gawas</title>

<meta property="og:title" content="Vrushabh Gawas" />
<meta
property="og:description"
content="Porfolio Website of Vrushabh Gawas"
/>
<meta property="og:image" content="./coverpage.png" />
<meta property="og:description" content="Porfolio Website of Vrushabh Gawas" />
<meta property="og:image" content="/coverpage.png" />
<meta property="og:url" content="https://vrushabhgawas14.github.io/" />
<meta property="og:type" content="website" />
<title>Vrushabh Gawas</title>
</head>
<body
class="bg-secondary-light dark:bg-secondary-dark text-slate-700 dark:text-zinc-300 relative linear duration-500"
>

<body class="bg-secondary-light dark:bg-secondary-dark text-slate-700 dark:text-zinc-300 relative linear duration-500" >
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
Expand Down

0 comments on commit 4d0ec4e

Please sign in to comment.