-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
40 lines (40 loc) · 2.08 KB
/
help.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
<html>
<head>
<title>
</title>
<link rel="stylesheet" type="text/css" href="songs.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<div class="nav-bar">
<div id="inline">
<img src="logo.png" height="70px" width="150px"></img>
</div>
<div id="inline">
<a href="homepage.php" class="pages">Songs</a>
<a href="karaoke.php" class="pages">Karaoke</a>
<a href="about.html" class="pages">About</a>
<a href="help.html" class="pages active">Help</a>
</div></div>
<div class="helpCenter"><center><font face="berlin sans fb" color="white" size="70">Help Center</font></center><div><br><br>
<div class="faq">
<font face="baskerville old face" color="darkblue"><h1>Frequently asked questions(FAQ)</h1></font>
<h3> Below, there are some questions that are recently asked by the users about the website.You can also ask your queries or questions or you can also submit your feedback. And the questions are:-<br><br>
<ul>
<a href="#"><li><h2>Q. How can we navigate though the website ?</h2></li></a><br>
<a href="#"><li><h2>Q. Can I download the songs from the website ?</h2></li></a><br>
<a href="#"><li><h2>Q. How can you ensure the safety of our private data ?</h2></li></a><br>
<a href="#"><li><h2>Q. How to use karaoke ?</h2></li></a>
</ul>
<br><br>
For details about the questions you can go to the answers by clicking the links
</h3>
<font face="baskerville old face" color="darkblue"><h1>For more details contact us on:-</h1></font>
<a href="#"><img src="img/facebook.png"></a>
<a href="#"><img src="img/google-plus.png"></a>
<a href="#"><img src="img/instagram.png"></a>
<a href="#"><img src="img/pinterest.png"></a>
</div>
</body>
</html>