-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (37 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="manifest" href="/manifest.json" />
<title>Saurabh Sahani | Portfolio</title>
<meta name="description" content="Self Developed personal website build with React.js">
<meta name="keywords" content="Saurabh Sahani, saurabh sahani, SAURABH SAHANI, Saurabh Sahnai, Sourav Sahani, sourav sahani , sourav sahni, Sourav Sahni" />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Saurabh Sahani | Portfolio">
<meta itemprop="description" content="Self Developed personal website build with React.js">
<meta itemprop="image"
content="https://res.cloudinary.com/dmnxjmy2o/image/upload/v1711611288/website/Screenshot_19_m6aqp8.png">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://saurabhsahani.in">
<meta property="og:type" content="website">
<meta property="og:title" content="Saurabh Sahani | Portfolio">
<meta property="og:description" content="Self Developed personal website build with React.js">
<meta property="og:image"
content="https://res.cloudinary.com/dmnxjmy2o/image/upload/v1711611288/website/Screenshot_19_m6aqp8.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Saurabh Sahani | Portfolio">
<meta name="twitter:description" content="Self Developed personal website build with React.js">
<meta name="twitter:image"
content="https://res.cloudinary.com/dmnxjmy2o/image/upload/v1711611288/website/Screenshot_19_m6aqp8.png">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>