-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (42 loc) · 2.15 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/logo.ico" />
<title>👋 I'm Lester Huang</title>
<meta name="description" content="A lifelong learner 📖 with a desire for adventure 🌏">
<meta name="keywords" content="lester,huang,personal,website,lehigh,student,recent,grad,cs,computer,science,fintech,finance,technology,blockchain,brooklyn,software,engineer,swe,millennium">
<meta name="author" content="Lester Huang">
<!-- Open Graph SEO -->
<meta property="og:title" content="👋 I'm Lester Huang" />
<meta property="og:description" content="A lifelong learner 📖 with a desire for adventure 🌏">
<meta property="og.locale" content="en_US">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://l23de.github.io/" />
<meta property="og:image" content="http://l23de.github.io/splash.jpg">
<meta property="og:image:secure_url" content="https://l23de.github.io/splash.jpg">
<!-- Twitter SEO -->
<meta name="twitter:title" content="👋 I'm Lester Huang">
<meta name="twitter:description" content="A lifelong learner 📖 with a desire for adventure 🌏">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="l23de.github.io">
<meta property="twitter:url" content="https://l23de.github.io/">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-840D2C3XMK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-840D2C3XMK');
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>