-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
19 lines (19 loc) · 656 Bytes
/
Copy pathcontact.html
File metadata and controls
19 lines (19 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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="contact.css" type="text/css">
<div class="container">
<h1>How to reach me</h1>
<header>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="project.html">Projects</a>
</nav>
</header>
</div>
</head>
</html>