-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 1.86 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 1.86 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/jpeg" href="/website.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Vimalinx | Digital Creator & Developer</title>
<meta name="title" content="Vimalinx | Digital Creator & Developer" />
<meta name="description" content="Exploring the boundary between code and art. A portfolio of immersive digital experiences, full-stack projects, and creative thoughts." />
<meta name="keywords" content="Vimalinx, Full Stack, React, Design, Portfolio, Creative Developer, CyberGift, FlowStudy" />
<meta name="author" content="Vimalinx" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vimalinx.github.io/" />
<meta property="og:title" content="Vimalinx | Digital Creator & Developer" />
<meta property="og:description" content="Exploring the boundary between code and art. Building digital experiences that breathe." />
<meta property="og:image" content="/og-image.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://vimalinx.github.io/" />
<meta property="twitter:title" content="Vimalinx | Digital Creator & Developer" />
<meta property="twitter:description" content="Exploring the boundary between code and art. Building digital experiences that breathe." />
<meta property="twitter:image" content="/og-image.jpg" />
<meta name="theme-color" content="#000000" />
<!-- RSS Feed -->
<link rel="alternate" type="application/rss+xml" title="Vimalinx Blog RSS" href="/feed.xml" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>