-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 944 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Tyler Kim</title>
<link rel="stylesheet" href="style.css" />
<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=Poppins:wght@600&display=swap" rel="stylesheet" />
</head>
<div class="topnav">
<a class="active" href="#">home</a>
<a href="html/projects.html">projects</a>
<a href="html/resume.html">resume</a>
<a href="html/about.html">about</a>
</div>
<body>
<h1 class="page-header">Tyler's portfolio v0.1.1</h1>
<p>
recursion: me building a portfolio website so that I can showcase the
portfolio website I built
</p>
<script src="index.js"></script>
</body>
</html>