LEFT | RIGHT |
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 </li> | 107 </li> |
108 </ul> | 108 </ul> |
109 </footer> | 109 </footer> |
110 </div> | 110 </div> |
111 | 111 |
112 <div id="glass-pane"> | 112 <div id="glass-pane"> |
113 <iframe id="share-popup" scrolling="no"></iframe> | 113 <iframe id="share-popup" scrolling="no"></iframe> |
114 </div> | 114 </div> |
115 </body> | 115 </body> |
116 </html> | 116 </html> |
LEFT | RIGHT |