-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTest.html
29 lines (19 loc) · 1.31 KB
/
Test.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
<html xmlns:fb="http://ogp.me/ns/fb#">
<head>
<link rel="stylesheet" type="text/css" href="site.css" />
</head>
<body>
<div class="main-container" id="application">
<header>
Follow the information from all the siders
</header>
<div class="body">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Freference%2Fplugins%2Flike&width=450&height=46&colorscheme=light&layout=button_count&action=like&show_faces=true&send=true&appId=155738541185925" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:46px;" allowTransparency="true"></iframe>
<a href="https://twitter.com/wael_emara" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true">Follow @wael_emara</a>
<script src="https://apis.google.com/js/plusone.js"></script>
<div class="g-ytsubscribe" data-channel="GoogleDevelopers" data-layout="full"></div>
</div>
</div>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</body>
</html>