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-2016 Eyeo GmbH | 4 - Copyright (C) 2006-2016 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 21 matching lines...) Expand all Loading... |
32 <body> | 32 <body> |
33 | 33 |
34 | 34 |
35 <header> | 35 <header> |
36 <img id="logo"> | 36 <img id="logo"> |
37 <h1 id="title-main" class="i18n_firstRun_title"></h1> | 37 <h1 id="title-main" class="i18n_firstRun_title"></h1> |
38 </header> | 38 </header> |
39 | 39 |
40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w
arning" hidden="true"></section> | 40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w
arning" hidden="true"></section> |
41 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis
tsReinitializedWarning warning" hidden="true"></section> | 41 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis
tsReinitializedWarning warning" hidden="true"></section> |
42 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni
ng warning" hidden="true"></section> | |
43 | 42 |
44 <div id="content"> | 43 <div id="content"> |
45 <section id="general"> | 44 <section id="general"> |
46 <div id="acceptable-ads-block" class="block"> | 45 <div id="acceptable-ads-block" class="block"> |
47 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> | 46 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> |
48 <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsE
xplanation"></p> | 47 <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsE
xplanation"></p> |
49 </div> | 48 </div> |
50 <div id="abb-promotion-block" class="block"> | 49 <div id="abb-promotion-block" class="block"> |
51 <h2 class="i18n_firstRun_abbPromotionHeadline"></h2> | 50 <h2 class="i18n_firstRun_abbPromotionHeadline"></h2> |
52 <a href="https://adblockbrowser.org/?ref=frp"> | 51 <a href="https://adblockbrowser.org/?ref=frp"> |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 | 145 |
147 </div> | 146 </div> |
148 </section> | 147 </section> |
149 </div> | 148 </div> |
150 | 149 |
151 <footer> | 150 <footer> |
152 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> | 151 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> |
153 </footer> | 152 </footer> |
154 </body> | 153 </body> |
155 </html> | 154 </html> |
OLD | NEW |