-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
38 lines (38 loc) · 1.3 KB
/
faq.html
File metadata and controls
38 lines (38 loc) · 1.3 KB
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>FAQ</title>
<link rel="stylesheet" href="faq.css">
<link rel="stylesheet" href="utility.css">
<link rel="stylesheet" href="">
</head>
<body>
<h1>Some Frequently Asked Questions</h1>
<div class="faq_page">
<h2>Question 1: </h2>
<h2>Ans: </h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Libero voluptate adipisci ab tenetur, minus repellendus magni dolor repellat harum inventore! Corrupti fugit ex omnis molestiae at, soluta odit ea nulla, saepe iste consectetur quaerat voluptatibus vero quo rem. Voluptatibus, ut laboriosam. Est, error incidunt.</p>
<h2>Question 2: </h2>
<h2>Ans: </h2>
<h2>Question 3: </h2>
<h2>Ans: </h2>
<h2>Question 4: </h2>
<h2>Ans: </h2>
<h2>Question 5: </h2>
<h2>Ans: </h2>
<h2>Question 6: </h2>
<h2>Ans: </h2>
<h2>Question 7: </h2>
<h2>Ans: </h2>
<h2>Question 8: </h2>
<h2>Ans: </h2>
<h2>Question 9: </h2>
<h2>Ans: </h2>
<h2>Question 10: </h2>
<h2>Ans: </h2>
</div>
</body>
</html>