-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta property="og:title" content="Chris T. V. Wong">
<meta property="og:description" content="Chris Wong's Portfolio">
<meta property="og:image" content="https://www.chriswong.tv/static/banner.png">
<meta property="og:url" content="https://www.chriswong.tv">
<meta property="og:site_name" content="Chris T. V. Wong">
<meta name="twitter:card" content="summary_large_image">
<title>Chris T. V. Wong</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:700|IBM+Plex+Sans:100,200,300,400,500,600,700" type="text/css" />
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23062542-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-23062542-1');
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>