forked from Pratyaksh7/FallingFruits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
39 lines (39 loc) · 1.43 KB
/
contact-us.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
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact- Us</title>
<body>
<h4><centre>Contact Us<centre></h4>
<ul>
<li>
<p>
<i class="fas fa-map-marker-alt"></i>Address: Regex Software Services
<br />Jaipur, Rajasthan<br/>302017,IN
</p>
</li>
<li>
<p>
<i class="fas fa-phone-square"></i>Phone:
<a href="tel:+91-9602880219">+91-960 288 0219</a>
</p>
</li>
<li>
<p>
<i class="fas fa-envelope"></i>Email:
<a href="mailto:[email protected]"
>
</p>
</li>
<li>
<p>
<i class="fab fa-linkedin"></i>Linkedin Id:
<a href="https://www.linkedin.com/in/regex-software-services-05b85a194">https://www.linkedin.com/in/regex-software-services-05b85a194</a>
</p>
</li>
</ul>
</body>
</head>
</html>