-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-me.html
25 lines (23 loc) · 1.05 KB
/
contact-me.html
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 lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
<title>Contact Me</title>
</head>
<body class="contact-body">
<h1 class="contact-heading">Contact Me</h1>
<h4>Email : [email protected]</h2>
<h4>Phone : +91 7999722712</h2>
<h4>Address : E8/30, Basant Kunj, Arera Colony, Bhopal, India - 462039</h2>
</body>
</html>