-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotfound.html
25 lines (23 loc) · 946 Bytes
/
notfound.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="author" content="Iris Li">
<meta name="description" content="Iris Li (B.S. Cornell University)
is a computer science student. This page includes her mission statement,
highlighted projects and contact information. Please contact for work inquiries.">
<meta property="og:image" content="">
<meta property="og:title" content="Iris Li | Engineering Portfolio">
<link href="styles/homepage.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Advent+Pro:wght@400;600&family=Amiko&display=swap"
rel="stylesheet">
<script src="scripts/homepage.js" defer></script>
<title>Iris Li | Engineering Portfolio</title>
<link rel="icon" href="" type="image/x-icon">
</head>
<header>
</header>
<body>
<p>This page is currently under construction. Good things await!</p>
</body>
</html>