-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
20 lines (20 loc) · 659 Bytes
/
Copy pathabout.html
File metadata and controls
20 lines (20 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css2?family=Caveat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Oswald:wght@200&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="about.css" type="text/css">
<div class="container">
<h1>About me</h1>
<header>
<nav>
<a href="index.html">Home</a>
<a href="contact.html">Contact</a>
<a href="project.html">Projects</a>
</nav>
</header>
</div>
</head>
</body>
</html>