-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
38 lines (37 loc) · 968 Bytes
/
Contact.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
26
27
28
29
30
31
32
33
34
35
36
37
38
<!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">
<title>Document</title>
<style>
h1{
color: blue;
text-align: center;
}
.contact{
color: blue;
text-align: center;
}
</style>
</head>
<body bgcolor="white">
<h1><u> Address </u><br>
India (HO) <br>
H 65 , Sector 63,<br>
Noida, Uttar Pradesh<br>
India - 201301<br>
+91-9717270746<br>
+91-9540537579<br>
</h1>
<h1 class="contact"><u> Contact </u><br>
Our Phone Number <br>
+91- 9717270746 (India) <br>
+91- 9717866746 (India) <br>
+1- 570-234-9288 (USA) <br>
+1- 877-659-9068 (USA) <br>
</h1>
</body>
</html>