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