forked from Agma-Schwa/Nguhrovision-Page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
32 lines (29 loc) · 838 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ŋuhrovision - FAQ</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="section">
<img src="images/nguhrovision-logo-white.png" width="30%">
</div>
<div class="main">
<div class="border1" id="b1">
<div class="border2" id="b2">
<div class="border3" id="b3">
<div class="section">
<h3>FAQ</h3>
<p>Questions will be answered here.</p>
</div>
</div>
</div>
</div>
</div>
<footer id="footer" class="section border"></footer>
<script src="js/index.js"></script>
<script src="js/common.js"></script>
</body>
</html>