| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- | 2 <!-- |
| 3 - This file is part of Adblock Plus <https://adblockplus.org/>, | 3 - This file is part of Adblock Plus <https://adblockplus.org/>, |
| 4 - Copyright (C) 2006-2015 Eyeo GmbH | 4 - Copyright (C) 2006-2015 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 12 matching lines...) Expand all Loading... |
| 23 <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/> | 23 <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/> |
| 24 <script type="text/javascript" src="ext/common.js"></script> | 24 <script type="text/javascript" src="ext/common.js"></script> |
| 25 <script type="text/javascript" src="ext/content.js"></script> | 25 <script type="text/javascript" src="ext/content.js"></script> |
| 26 <script type="text/javascript" src="i18n.js"></script> | 26 <script type="text/javascript" src="i18n.js"></script> |
| 27 <script type="text/javascript" src="firstRun.js"></script> | 27 <script type="text/javascript" src="firstRun.js"></script> |
| 28 </head> | 28 </head> |
| 29 <body> | 29 <body> |
| 30 | 30 |
| 31 | 31 |
| 32 <header> | 32 <header> |
| 33 <div id="logo"></div> | 33 <img id="logo"> |
| 34 <h1 id="title-main" class="i18n_firstRun_title"></h1> | 34 <h1 id="title-main" class="i18n_firstRun_title"></h1> |
| 35 </header> | 35 </header> |
| 36 | 36 |
| 37 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w
arning" hidden="true"></section> | 37 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w
arning" hidden="true"></section> |
| 38 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis
tsReinitializedWarning warning" hidden="true"></section> | 38 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis
tsReinitializedWarning warning" hidden="true"></section> |
| 39 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni
ng warning" hidden="true"></section> | 39 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni
ng warning" hidden="true"></section> |
| 40 | 40 |
| 41 <section id="acceptable-ads"> | 41 <section id="acceptable-ads"> |
| 42 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> | 42 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> |
| 43 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana
tion"></p> | 43 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana
tion"></p> |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 <footer> | 133 <footer> |
| 134 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> | 134 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> |
| 135 </footer> | 135 </footer> |
| 136 | 136 |
| 137 | 137 |
| 138 <div id="glass-pane"> | 138 <div id="glass-pane"> |
| 139 <iframe id="share-popup" scrolling="no"></iframe> | 139 <iframe id="share-popup" scrolling="no"></iframe> |
| 140 </div> | 140 </div> |
| 141 </body> | 141 </body> |
| 142 </html> | 142 </html> |
| OLD | NEW |