-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (53 loc) · 2.62 KB
/
Copy pathindex.html
File metadata and controls
56 lines (53 loc) · 2.62 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
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Tiger's Homepage</title>
<meta name="description" content="A closer look at the tools I use, and my story.">
<meta property='og:title' content="Tiger's Homepage" />
<meta property="og:type" content="website">
<meta property='og:image' content="https://www.kaovilai.pw/ogimg.jpg" />
<meta property='og:description' content="A closer look at the tools I use, and my story." />
<meta property='og:url' content="https://www.kaovilai.pw/" />
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="kaovilai.pw">
<meta property="twitter:url" content="https://www.kaovilai.pw/">
<meta name="twitter:title" content="Tiger's Homepage">
<meta name="twitter:description" content="A closer look at the tools I use, and my story.">
<meta name="twitter:image" content="https://www.kaovilai.pw/ogimg.jpg">
<link rel="canonical" href="https://www.kaovilai.pw/">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#CC0000">
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://assets.calendly.com">
<link rel="preconnect" href="https://raw.githubusercontent.com">
<link rel="preload" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.17.0/devicon.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.17.0/devicon.min.css"></noscript>
<link rel="preload" href="https://assets.calendly.com/assets/external/widget.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet"></noscript>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Tiger Kaovilai",
"alternateName": "Passawit Kaovilai",
"url": "https://www.kaovilai.pw/",
"image": "https://www.kaovilai.pw/ogimg.jpg",
"sameAs": [
"https://github.com/kaovilai",
"https://linkedin.com/in/kaovilai",
"https://x.com/TigerKaovilai"
],
"jobTitle": "Software Engineer",
"description": "A closer look at the tools I use, and my story."
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
</body>
</html>