-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
74 lines (74 loc) · 2.68 KB
/
Copy pathfaq.html
File metadata and controls
74 lines (74 loc) · 2.68 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
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
<!DOCTYPE html>
<html>
<head>
<title> Dot</title>
<link rel="icon" href="assets/icons/favicon.png"/>
<link rel="stylesheet" href="assets/css/faq.css"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
</head>
<body>
<!-- Nav Section -->
<nav>
<section class="nav-inner">
<ul>
<li class="logo"> <a href="index.html"> Dot </a> </li>
<li> <a href="index.html"> HOME </a> </li>
<li> <a href="faq.html"> FAQ </a> </li>
<li> <a href="contact.html"> CONTACT </a> </li>
<li> <a href="inner.html"> INNERPAGE </a> </li>
</ul>
</section>
</nav>
<!-- nav end-->
<!-- main section strat-->
<main class="faq-body">
<h2> Frequently Asked Questions </h2>
<section class="faq">
<h4> Will updates also be free? </h4>
<i id="icon" class="fa-solid fa-plus"></i>
</section>
<section class="faq">
<h4> Discounts-for-students-and-non-profit-organizations? </h4>
<i id="icon" class="fa-solid fa-plus"></i>
</section>
<section class="faq">
<h4> I need something unique, Can you make it? </h4>
<i id="icon" class="fa-solid fa-plus"></i>
</section>
<section class="faq">
<h4> Is there any documentation and support? </h4>
<i id="icon" class="fa-solid fa-plus"></i>
</section>
<section class="faq">
<h4> Any refunds? </h4>
<i id="icon" class="fa-solid fa-plus"></i>
</section>
<section class="faq">
<h4> What is a product key? </h4>
<i id="icon" class="fa-solid fa-plus"></i>
</section>
<section class="faq">
<h4> Where do I download the file to? </h4>
<i id="icon" class="fa-solid fa-plus"></i>
</section>
<section class="faq">
<h4> What happens after I download? </h4>
<i id="icon" class="fa-solid fa-plus"></i>
</section>
</main>
<!-- main section end-->
<!-- footer start -->
<footer>
<section class="footer-inner">
<ul>
<li class="copy"> Copyright © 2023 Designed and Developed by<a href="index.html">FLASH⚡</a> </li>
<li> <a href="index.html"> <i class="fa-brands fa-facebook-f"></i> </a> </li>
<li> <a href="index.html"> <i class="fa-brands fa-twitter"></i> </a> </li>
<li> <a href="index.html"> <i class="fa-solid fa-hashtag"></i> </a> </li>
<li> <a href="index.html"> <i class="fa-brands fa-linkedin"></i> </a> </li>
</ul>
</section>
</footer>
<!-- footer end -->
</body>
</html>