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