Skip to content
Permalink
c7cf713a8e
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (17 sloc) 584 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/profile.css" rel="stylesheet">
<link rel="manifest" href="manifest.json?version=2">
<title>Profile</title>
</head>
<body>
<header>
<a href="index.html"><img src="imgs/back.png" alt="Back Icon" height = 40px weight = 40px></a>
<img class="profile" src="imgs/profile-img.png" alt="headshot" height = 100px weight = 100px>
<p><strong>Yucheng Hang</strong></p>
</header>
</body>
</html>