-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.46 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Professional CV and portfolio showcasing my skills, experience and achievements. View my work history, projects, and expertise." />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#ffffff" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="My Professional CV" />
<meta property="og:description" content="Professional CV and portfolio showcasing my skills, experience and achievements. View my work history, projects, and expertise." />
<meta property="og:site_name" content="My CV" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="My Professional CV" />
<meta name="twitter:description" content="Professional CV and portfolio showcasing my skills, experience and achievements. View my work history, projects, and expertise." />
<meta name="language" content="English" />
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> -->
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>