-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactUs.php
69 lines (55 loc) · 2.2 KB
/
ContactUs.php
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Anonymous Fiber Support & Customer Service</title>
<meta property="og:type" content="website">
<meta property="og:site_name" content="Anonymous Fiber">
<meta name="twitter:site" content="@anonymous">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="ContactUs.html">
<meta property="og:title" content="Get the fastest Anonymous Fiber">
<link rel="icon" href="images/anonymous_fox.jpg" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
</head>
</head>
<body>
<!-- NAVIGATION BAR START -->
<?php include('navbar.php'); ?>
<!-- NAVIGATION BAR END -->
<section class="features">
<h2> Need help? We've got you covered.</h2>
<div class="support" id="phone">
<div class="text">
<p>
<h3>Contact Anonymous Fiber.</h3>
<pre>
<p>Plot No 4B,District Center
<a href="tel:+919215299911"><span>Tel:+91 9212599911</span></a>
</p> </pre>
</p>
</div>
<div class="image"><a href="tel:+919215299911"><img src="images/contactus.png" height="200px" alt=""></a></div>
</div>
<div class="support" id="mail">
<div class="image"><a href="mailto:[email protected]"><img src="images/emailus.png" width="200px" alt=""></a></div>
<div class="text">
<p>
<h3>Email Us.</h3>
Write to us at <a href="mailto:[email protected]"><span>[email protected]</span></a> or just click on the image.
</p>
</div>
</div>
</section>
<!-- WE LIKE YOU STAY IN TOUCH PART STARTS -->
<?php
include('stay_in_touch.php');
?>
<!-- WE LIKE YOU STAY IN TOUCH PART ENDS -->
<!-- FOOTER STARTS -->
<?php include('footer.php'); ?>
<!-- FOOTER ENDS -->
</body>
</html>