-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 2.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<link rel="icon" href="/public/favicon.png" />
<meta
name="google-site-verification"
content="ZApYVEroxPzO_ZJUc4Xf67BS4CosHcEUvz4ct4XSSCU"
/>
<meta
name="description"
content="Web site created using react.js and tailwindcss"
/>
<meta
name="description"
content="Welcome to my digital playground, where creativity meets functionality. As a passionate Web Developer, I thrive on crafting captivating online experiences. I specialize in transforming ideas into visually stunning and interactive websites."
/>
<meta itemprop="name" content="Pruthvi Mogaveer | Portfolio" />
<meta
itemprop="description"
content="Welcome to my digital playground, where creativity meets functionality. As a passionate Web Developer, I thrive on crafting captivating online experiences. I specialize in transforming ideas into visually stunning and interactive websites."
/>
<meta
itemprop="image"
content="https://github.com/PruthviMogaveer/Pruthvi_Portfolio/blob/main/src/assets/images/profile.png"
/>
<meta
property="og:url"
content="https://pruthvi-portfolio-snowy.vercel.app/"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Pruthvi Mogaveer | Portfolio" />
<meta
property="og:description"
content="Welcome to my digital playground, where creativity meets functionality. As a passionate Web Developer, I thrive on crafting captivating online experiences. I specialize in transforming ideas into visually stunning and interactive websites."
/>
<meta name="twitter:title" content="Pruthvi Mogaveer | Portfolio" />
<meta
name="twitter:description"
content="Welcome to my digital playground, where creativity meets functionality. As a passionate Web Developer, I thrive on crafting captivating online experiences. I specialize in transforming ideas into visually stunning and interactive websites."
/>
<title>Pruthvi Mogaveer | Portfolio</title>
</head>
<body class="overflow-x-hidden w-screen">
<div id="root" class="dark:bg-secondary transition-all duration-500"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>