-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (36 loc) · 1.97 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
<!DOCTYPE html>
<html data-theme="dark" lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Descriptors -->
<meta name="robots" content="index,follow" />
<meta name="google-site-verification" content="akcMXrzhMssV4adCHHeS5Lpj-kbbYHdjVqgXZn8xPYM" />
<meta property="og:title" content="Sahil K's Blog" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="description"
content="Hello! I'm Sahil K. And this is my blog Join me on this exciting journey. Here, I share my experiences as a software developer, exploring React, Angular, ThreeJS, WebGL, Shaders, R3F, JavaScript, CS Fundamentals and much more." />
<meta property="og:url" content="https://www.sahilk027.blog/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/104154041?v=4" />
<meta property="og:image:alt" content="SK027" />
<meta property="og:image:width" content="720" />
<meta property="og:image:height" content="720" />
<link rel="canonical" href="https://www.sahilk027.blog/" />
<meta name="googlebot" content="index,follow" />
<meta name="author" content="Sahil K" />
<meta name="keywords" content="Sahil K, Sahil Kandhare, Sahil Kandhare Blog, Sahil K's Blog, SK027" />
<!-- Font Awesome -->
<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=Bebas+Neue&family=Fira+Code:[email protected]&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" />
<title>Sahil K's Blog</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>