-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
36 lines (35 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>WTSA-FR | F.A.Q</title>
<meta name="description" content="Frequently Asked Questions" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="sex">
<div class="container">
<div class="links">
<a href="index.html">
<img src="/images/home.png" id="homepage2" class="homepage" title="Home Page" />
</a>
</div>
<h1 id="faq"><ins>Frequently Asked Questions</ins></h1>
<ul id="questions">
<li>
<details>
<summary>Why did you create this website?</summary>
<h4 style="color: crimson;">To showcase my SA-MP server.</h4>
</details>
</li>
<li class="last">
<details>
<summary>Who is Selva?</summary>
<h4 style="color: crimson;">He is the creator and the developer of WTSA-FR.</h4>
</details>
</li>
</ul>
</div>
</div>
</body>
</html>