Index: index.html |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/index.html |
@@ -0,0 +1,34 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <meta name="description" content=""> |
+ <title>Spread the word about Adblock Plus</title> |
+ <link rel="stylesheet" href="css/main.css"> |
+ <script src="js/main.js"></script> |
+ </head> |
+ |
+ <body> |
+ <h1>Think Adblock Plus is worth sharing?</h1> |
+ |
+ <div id="facebook"> |
+ <div id="fb-root"></div> |
+ <div class="fb-like" data-href="https://www.facebook.com/adblockplus" |
+ data-send="true" data-width="450" data-show-faces="true"></div> |
+ </div> |
+ |
+ <div id="twitter"> |
+ <a href="https://twitter.com/AdblockPlus" class="twitter-follow-button" |
+ data-show-count="false" data-size="large">Follow @AdblockPlus</a> |
+ <a href="https://twitter.com/share" class="twitter-share-button" |
+ data-url="http://adblockplus.org" |
+ data-text="No more annoying ads thanks to @adblockplus!" |
+ data-size="large">Tweet</a> |
+ </div> |
+ |
+ <div id="gplus"> |
+ <div class="g-plus" |
+ data-href="https://plus.google.com/110020691898167279887" |
+ data-rel="publisher"></div> |
+ </div> |
+ </body> |
+</html> |