-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
27 lines (27 loc) · 903 Bytes
/
Copy pathresearch.html
File metadata and controls
27 lines (27 loc) · 903 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
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/Assets/ico/user.ico" type="image/x-icon">
<title>Duc Le Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="Assets/styles/research.css">
</head>
<body>
<header class="glass">
<nav class="glass">
<a href="index.html">DUC LE/ PROFILE</a>
<a href="educaiton.html">EDUCATION</a>
<a href="project.html">PROJECT</a>
<a href="blog.html">BLOG</a>
<a href="research.html">RESEARCH</a>
<a href="skillaward.html">SKILL/AWARD</a>
<a href="internship.html">INTERNSHIP</a>
</nav>
</header>
<footer class="glass">
<p>© 2025 Duc Le. All rights reserved.</p>
</footer>
</body>
</html>