-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (29 loc) · 1.18 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<title>Tyler Chen (陈泰乐)</title>
<meta name="description" content="I’m Tyler Chen! Find out more about my research and teaching, and then get in contact with me.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="keywords" content="applied, math" />
<link href="tc.ico" rel="shortcut icon" >
<link rel="stylesheet" href="css/landing.css" type="text/css" media="screen" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-50592837-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-50592837-1');
</script>
</head>
<body>
<img id="name" src="name.svg" alt="biang">
<div class="menu">
<a href="https://research.chen.pw">research</a>
<a href="https://research.chen.pw/slides.pdf">slides</a>
<a href="https://research.chen.pw/cv.pdf">vitae</a>
<a href="https://chen.pw/personal.html">personal</a>
</div>
</body>
</html>