forked from Puja-Saraf/h4i_team_31
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqna.html
More file actions
22 lines (22 loc) · 820 Bytes
/
qna.html
File metadata and controls
22 lines (22 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="qna.css">
<title>QnA</title>
</head>
<body>
<nav>
<div class="logo">
<img src="images/Frame 1.svg">
</div>
</nav>
<div class="HH1">Ask the experts or help the community</div>
<div class="fb-comments" data-href="https://puja-saraf.github.io/h4i_team_31/qna.html" data-width="100%" data-numposts=""></div>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v11.0" nonce="i6BTc5mU"></script>
<script src="qna.js"></script>
</body>
</html>