We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0aa67 commit b65475fCopy full SHA for b65475f
Projects/facebookAddFriendFeature/index.html
@@ -0,0 +1,19 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Facebook Add Friend Feature</title>
7
+ <link rel="stylesheet" href="style.css">
8
+</head>
9
+<body>
10
+ <div>
11
+ <img src="https://i.pinimg.com/236x/0e/29/3e/0e293eac0d0eabf2ed15b7ac5252711a.jpg">
12
+ <h2 class="nam">Hira Khan</h2>
13
+ <h3 id="state">Unknown</h3>
14
+ <button id="bttn">Add Friend</button>
15
+ </div>
16
+
17
+</body>
18
+<script src="script.js"></script>
19
+</html>
0 commit comments