-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfacebook.html
60 lines (47 loc) · 2 KB
/
facebook.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
<script src="facebook.js"></script>
<link rel="stylesheet" href="facebook.css">
<title>facebook data</title>
</head>
<body>
<div class="landing_page animated bounceInDown" id="hidden_feature">
<div class=" container button_detail">
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-3"><img src="./img/1.jpg" class="image_detail" id="img"></div>
<div class="col-xs-12 col-sm-12 col-lg-9" id="test"> <button class=" button btn btn-primary individual_button about_me font_change">Click Me to know More</button></div>
<div class="col-xs-12 col-sm-12 col-lg-9"><button class="button btn btn-primary individual_button font_change feeds_button">Click me to know my recent posts</button></div>
</div>
</div>
</div>
<div class="gif_styling">
<img src="http://doweb.co/images/plus-loader.gif" id="description">
</div>
<div class="profile">
</div>
<div class=" container font_change">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12col-lg-12">
<table class="table table-striped table-bordered">
<tr></tr>
</table>
</div>
</div>
</div>
<div>
<p class="error_object_main_content"></p>
<p class="error"></p>
<p class="optionalerror"></p>
</div>
<section class="container " style="text-align:center ;" >
</section>
</body>
</html>