-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
136 lines (126 loc) · 5.94 KB
/
faq.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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="likes.css">
<link rel="stylesheet" href="faq.css">
<script src="faq.js" defer></script>
<script src="https://kit.fontawesome.com/9317428498.js" crossorigin="anonymous"></script>
<script src="script.js" defer></script>
<link rel="shortcut icon" href="shortcut-icon.png" type="image/x-png">
<title>FAQs</title>
</head>
<body>
<header>
<a href="index.html" class="flex-header left-header">
<img src="logo.png" alt="logo" class="logo">
</a>
<ul class="flex-header right-header">
<li class="down">
<div class="product">
<p>Products</p>
<div class="product-items display-none">
<ul>
<li><a href="likes.html">Likes</a></li>
<li><a href="followers.html">Followers</a></li>
</ul>
</div>
</div>
</li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="contact.html">Contacat Us</a></li>
</ul>
</header>
<header class="media-header">
<div><a href="index.html">
<img src="logo.png" alt="Logo" class="media-logo"></a>
<i class="fa-solid fa-bars"></i>
</div>
<div class="media-header-dropdown display-none">
<ul>
<li class="down"><div class="product">
<p>Products</p>
<div class="product-items display-none actually-none">
<ul>
<li><a href="likes.html">Likes</a></li>
<li><a href="followers.html">Followers</a></li>
</ul>
</div></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="contact.html">Contacat</a></li>
</ul>
</div>
</header>
<div class="body">
<section class="first-section">
<h2>🧐 Frequently Asked Questions</h2>
<p>Here is a list of answers to common questions about our service. If you didn't find your questions here - contact us.</p>
<div class="container"><div class="faq">
<div class="plus"></div>
<p class="question">How can I pay?</p>
</div>
<div class="faqa">
<p class="answer">You can pay via PayPal or Credit card, as you wish.</p>
</div></div>
<div class="container"><div class="faq">
<div class="plus"></div>
<p class="question">When you will deliver likes or followers?</p>
</div>
<div class="faqa">
<p class="answer">We are trying to deliver all our services instantly, but sometimes it can take up to 30 minutes.</p>
</div></div>
<div class="container"><div class="faq">
<div class="plus"></div>
<p class="question">Followers or likes are real?</p>
</div>
<div class="faqa">
<p class="answer">Yeah, we provide all our services only from real accounts and do not use fake accounts.</p>
</div></div>
<div class="container"><div class="faq">
<div class="plus"></div>
<p class="question">Can my account be banned?</p>
</div>
<div class="faqa">
<p class="answer">It's impossible using our service. We follow all the social media rules, so you can relax.</p>
</div></div>
<div class="container"><div class="faq">
<div class="plus"></div>
<p class="question">How long does it take to complete with my order? </p>
</div>
<div class="faqa">
<p class="answer">We provide instant services, because all our services are automized. </p>
</div></div>
<div class="container"><div class="faq">
<div class="plus"></div>
<p class="question">Can I order a custom amount of the followers? </p>
</div>
<div class="faqa">
<p class="answer">Yeah, sure. Write us using our contact form and we will find the best way to provide you a custom amount of followers. </p>
</div></div>
<div class="container"><div class="faq">
<div class="plus"></div>
<p class="question">Do you need my login and password?</p>
</div>
<div class="faqa">
<p class="answer">No, we don't need this information. Do not provide your passwords to the third-parties if you are not sure about them. </p>
</div></div>
<div class="container"><div class="faq">
<div class="plus"></div>
<p class="question">Is it secure to use your service? </p>
</div>
<div class="faqa">
<p class="answer">Absolutely. All the payments and orders are confidential, you don't need to worry about anything. </p>
</div></div>
</section>
</div>
<footer>
<p>© 2022 All Rights Reserved</p>
</footer>
</body>
</html>