-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutUs.php
68 lines (54 loc) · 2.34 KB
/
AboutUs.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Learn About Anonymous Fiber</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="AboutUs.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>
<body>
<!-- NAVIGATION BAR START -->
<?php include('navbar.php'); ?>
<!-- NAVIGATION BAR END -->
<section class="features">
<h2>We Are The Anonymous Fiber .</h2>
<div class="content">
<div class="text">
<p>
<h3>Our Mission</h3><br>
<p class="mission">We’re building a Decentralized Internet . Our mission is to ensure the Internet is a
global public resource, open and accessible to all. An Internet that truly puts people's privacy and
secuity first, where individuals can shape their
own experience.
</p>
<br>
<br>
<br>
<h3>Why Anonymous Fiber ?</h3><br>
<p class="mission">At Anonymous Fiber, we provide Fast , secure and truly Anonymous Fiber Servcies with
unlimited data and world class customer service . We do not log any data . We also provide VPN
services which will make you truly Anonymous.
</p>
</p>
</div>
<div class="image"><img src="images/anonymous_group.png" width="100%" alt=""></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>