-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (39 loc) · 1.78 KB
/
index.html
File metadata and controls
44 lines (39 loc) · 1.78 KB
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
<!doctype html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<link rel="canonical" href="https://dkvc.org/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Hi, I'm Dhanush Kovi (dkvc)! Currently engaging with AI, Quantum Computing and Web Development. Check out my site!"
/>
<!-- Favicons and Manifest -->
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="dkvc" />
<link rel="manifest" href="/favicon/site.webmanifest" />
<!-- Mastodon Verification -->
<link rel="me" href="https://infosec.exchange/@dkvc" />
<!-- Open Graph Protocol -->
<meta property="og:title" content="Dhanush Kovi | dkvc" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dkvc.org" />
<meta property="og:image" content="https://dkvc.org/profile/logo_mini.jpg" />
<meta property="og:image:alt" content="dkvc logo" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Dhanush Kovi | dkvc" />
<!-- Material Symbols Outlined -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=encrypted,mail&display=swap"
/>
<title>Dhanush Kovi | dkvc</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>