-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sasmitha Ashinsana</title>
<meta name="description"
content="Welcome to my portfolio! I showcase my creative work and projects here, including web design, graphic design, and more. Explore my portfolio to see my skills and experience.">
<meta name="keywords" content="Sasmitha Ashinsana, Sasmitha, Portfolio, Web Designer, Web Development, Travamaker">
<meta name="author" content="Sasmitha Ashinsana">
<meta property="og:title" content="Sasmitha Ashinsana">
<meta property="og:description"
content="Welcome to my portfolio! I showcase my creative work and projects here, including web design, graphic design, and more. Explore my portfolio to see my skills and experience.">
<meta property="og:image" content="https://i.ibb.co/rmqPCXM/1690110016257.jpg">
<meta property="og:url" content="https://sasmitha-ashinsana.vercel.app">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Sasmitha Ashinsana">
<meta name="twitter:card" content="https://i.ibb.co/DtdNSby/1690110152069.jpg">
<meta name="twitter:title" content="Sasmitha Ashinsana">
<meta name="twitter:description"
content="Welcome to my portfolio! I showcase my creative work and projects here, including web design, graphic design, and more. Explore my portfolio to see my skills and experience.">
<meta name="twitter:image" content="https://i.ibb.co/rmqPCXM/1690110016257.jpg">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>