LEFT | RIGHT |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta name="description" content=""> | 4 <meta name="description" content=""> |
5 <title>Spread the word about Adblock Plus</title> | 5 <title>Spread the word about Adblock Plus</title> |
6 <link rel="stylesheet" href="css/main.css"> | 6 <link rel="stylesheet" href="css/main.css"> |
| 7 <script src="js/main.js"></script> |
7 </head> | 8 </head> |
8 | 9 |
9 <body> | 10 <body> |
10 <h1>Think Adblock Plus is worth sharing?</h1> | 11 <h1>Think Adblock Plus is worth sharing?</h1> |
11 | 12 |
12 <div id="facebook"> | 13 <div id="facebook"> |
13 <div id="fb-root"></div> | 14 <div id="fb-root"></div> |
14 <div class="fb-like" data-href="https://www.facebook.com/adblockplus" | 15 <div class="fb-like" data-href="https://www.facebook.com/adblockplus" |
15 data-send="true" data-width="450" data-show-faces="true"></div> | 16 data-send="true" data-width="450" data-show-faces="true"></div> |
16 </div> | 17 </div> |
17 | 18 |
18 <div id="twitter"> | 19 <div id="twitter"> |
19 <a href="https://twitter.com/AdblockPlus" class="twitter-follow-button" | 20 <a href="https://twitter.com/AdblockPlus" class="twitter-follow-button" |
20 data-show-count="false" data-size="large">Follow @AdblockPlus</a> | 21 data-show-count="false" data-size="large">Follow @AdblockPlus</a> |
21 <a href="https://twitter.com/share" class="twitter-share-button" | 22 <a href="https://twitter.com/share" class="twitter-share-button" |
22 data-url="http://adblockplus.org" | 23 data-url="http://adblockplus.org" |
23 data-text="No more annoying ads thanks to @adblockplus!" | 24 data-text="No more annoying ads thanks to @adblockplus!" |
24 data-size="large">Tweet</a> | 25 data-size="large">Tweet</a> |
25 </div> | 26 </div> |
26 | 27 |
27 <div id="gplus"> | 28 <div id="gplus"> |
28 <div class="g-plus" | 29 <div class="g-plus" |
29 data-href="https://plus.google.com/110020691898167279887" | 30 data-href="https://plus.google.com/110020691898167279887" |
30 data-rel="publisher"></div> | 31 data-rel="publisher"></div> |
31 </div> | 32 </div> |
32 | |
33 <script src="js/main.js"></script> | |
34 </body> | 33 </body> |
35 </html> | 34 </html> |
LEFT | RIGHT |