-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.26 KB
/
index.html
File metadata and controls
29 lines (26 loc) · 1.26 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
<!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="//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="//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="//www.kaovilai.pw/ogimg.jpg">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
</html>