OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 - This file is part of Adblock Plus <http://adblockplus.org/>, | 3 - This file is part of Adblock Plus <http://adblockplus.org/>, |
4 - Copyright (C) 2006-2013 Eyeo GmbH | 4 - Copyright (C) 2006-2013 Eyeo GmbH |
5 - | 5 - |
6 - Adblock Plus is free software: you can redistribute it and/or modify | 6 - Adblock Plus is free software: you can redistribute it and/or modify |
7 - it under the terms of the GNU General Public License version 3 as | 7 - it under the terms of the GNU General Public License version 3 as |
8 - published by the Free Software Foundation. | 8 - published by the Free Software Foundation. |
9 - | 9 - |
10 - Adblock Plus is distributed in the hope that it will be useful, | 10 - Adblock Plus is distributed in the hope that it will be useful, |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 <div class="i18n_firstRun_toggle_off toggle-off"></div> | 98 <div class="i18n_firstRun_toggle_off toggle-off"></div> |
99 </div> | 99 </div> |
100 </div> | 100 </div> |
101 </li> | 101 </li> |
102 </ul> | 102 </ul> |
103 | 103 |
104 <footer id="social"> | 104 <footer id="social"> |
105 <h1 class="i18n_firstRun_share"></h1> | 105 <h1 class="i18n_firstRun_share"></h1> |
106 <ul> | 106 <ul> |
107 <li> | 107 <li> |
108 <a id="share-facebook" class="share-button" href="#" title="Share on
Facebook"></a> | 108 <a id="share-facebook" class="share-button" href="https://www.facebo
ok.com/adblockplus" target="_blank" title="Share on Facebook"></a> |
109 </li> | 109 </li> |
110 <li> | 110 <li> |
111 <a id="share-twitter" class="share-button" href="#" title="Share on
Twitter"></a> | 111 <a id="share-twitter" class="share-button" href="https://twitter.com
/adblockplus" target="_blank" title="Share on Twitter"></a> |
112 </li> | 112 </li> |
113 <li> | 113 <li> |
114 <a id="share-gplus" class="share-button" href="#" title="Share on Go
ogle+"></a> | 114 <a id="share-gplus" class="share-button" href="https://www.google.co
m/+AdblockPlus" target="_blank" title="Share on Google+"></a> |
115 </li> | 115 </li> |
116 </ul> | 116 </ul> |
117 </footer> | 117 </footer> |
118 </div> | 118 </div> |
119 | 119 |
120 <div id="glass-pane"> | 120 <div id="glass-pane"> |
121 <iframe id="share-popup" scrolling="no"></iframe> | 121 <iframe id="share-popup" scrolling="no"></iframe> |
122 </div> | 122 </div> |
123 </body> | 123 </body> |
124 </html> | 124 </html> |
OLD | NEW |