-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (34 loc) · 1.86 KB
/
index.html
File metadata and controls
45 lines (34 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
39
40
41
42
43
44
45
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=yes" />
<!-- Preload critical images for faster loading -->
<link rel="preload" as="image" href="/src/assets/profile-photo-new.jpg" fetchpriority="high" />
<link rel="preload" as="image" href="/src/assets/linkedin-profile-new.jpg" fetchpriority="high" />
<link rel="preload" as="image" href="/src/assets/wallpaper-1.jpg" fetchpriority="high" />
<!-- HTML Meta Tags -->
<title>ThanasOS</title>
<meta name="description" content="macOS themed Portfolio of Thanas R
(old version of my portfolio)">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://thanas.vercel.app">
<meta property="og:type" content="website">
<meta property="og:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/6yvsIaWL9JejSKiKG5bQSW2P9ao1/social-images/social-1773061407716-preview-img.webp">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="thanas.vercel.app">
<meta property="twitter:url" content="https://thanas.vercel.app">
<meta name="twitter:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/6yvsIaWL9JejSKiKG5bQSW2P9ao1/social-images/social-1773061407716-preview-img.webp">
<meta property="og:title" content="ThanasOS">
<meta name="twitter:title" content="ThanasOS">
<meta property="og:description" content="macOS themed Portfolio of Thanas R
(old version of my portfolio)">
<meta name="twitter:description" content="macOS themed Portfolio of Thanas R
(old version of my portfolio)">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>