-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (61 loc) · 2.65 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<title>Sathish Kannan Portfolio</title>
<meta name="title" content="Sathish Kannan Portfolio" />
<meta charset="UTF-8" />
<meta name="description" content="Chekout my projects🚀. Full stak web developer. Proficient with NextJs." />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sathishkannanportfolio.netlify.app/" />
<meta property="og:title" content="Sathish Kannan Portfolio" />
<meta property="og:description" content="Chekout my projects🚀. Full stak web developer. Proficient with NextJs." />
<meta property="og:image" content="https://projectimages.netlify.app/programmer_under_tree.jpeg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sathishkannanportfolio.netlify.app/" />
<meta property="twitter:title" content="Sathish Kannan Portfolio" />
<meta property="twitter:description"
content="Chekout my projects🚀. Full stak web developer. Proficient with NextJs." />
<meta property="twitter:image" content="https://projectimages.netlify.app/programmer_under_tree.jpeg" />
<!-- fonts from google-->
<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=Lato:wght@100;300;400;700;900&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="/Logo_sk_website.png" />
<!-- <script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = 'https://www.clarity.ms/tag/' + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, 'clarity', 'script', 'h9h2fu9uub');
</script>
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = 'https://www.clarity.ms/tag/' + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, 'clarity', 'script', 'h9h2fu9uub');
</script> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>