-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
25 lines (24 loc) · 844 Bytes
/
Copy pathcontact.html
File metadata and controls
25 lines (24 loc) · 844 Bytes
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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<link href='https://fonts.googleapis.com/css?family=Archivo Narrow' rel='stylesheet'>
<link rel="shortcut icon" href="Images/titlepic.ico" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<title>Contact Me</title>
<div class="topnav">
<a class="home" href="index.html">Home</a>
<a href="https://github.com/Chen2x">Github</a>
<a href="https://www.linkedin.com/in/2chenz/">LinkedIn</a>
<a href="https://drive.google.com/file/d/1W9ulbT3b12BFHN94NGQPRl8MkZSNu2XR/view?usp=sharing">Resume</a>
<a class="music" href="music.html">Music</a>
<a class="right" href="contact.html">Contact</a>
</div>
<div >
<H1 class="biotext">Will update with contact soon</H1>
</div>
</body>
</html>