LEFT | RIGHT |
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 23 matching lines...) Expand all Loading... |
34 <header> | 34 <header> |
35 <img id="logo"> | 35 <img id="logo"> |
36 <h1 id="title-main" class="i18n_firstRun_title"></h1> | 36 <h1 id="title-main" class="i18n_firstRun_title"></h1> |
37 </header> | 37 </header> |
38 | 38 |
39 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w
arning" hidden="true"></section> | 39 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w
arning" hidden="true"></section> |
40 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis
tsReinitializedWarning warning" hidden="true"></section> | 40 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis
tsReinitializedWarning warning" hidden="true"></section> |
41 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni
ng warning" hidden="true"></section> | 41 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni
ng warning" hidden="true"></section> |
42 | 42 |
43 <div id="content"> | 43 <div id="content"> |
44 <section id="acceptable-ads"> | 44 <section id="general"> |
45 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> | 45 <div id="acceptable-ads-block"> |
46 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExpla
nation"></p> | 46 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> |
| 47 <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsE
xplanation"></p> |
| 48 </div> |
| 49 <div id="abb-promotion-block"> |
| 50 <h2 class="i18n_firstRun_abbPromotionHeadline"></h2> |
| 51 <a href="https://adblockbrowser.org/?ref=frp"> |
| 52 <div> |
| 53 <img src="skin/abb-logo.png" alt="Adblock Browser logo" /> |
| 54 </div> |
| 55 <div> |
| 56 <div class="i18n_firstRun_abbButtonTitle title"></div> |
| 57 <div class="i18n_firstRun_abbButtonSubtitle subtitle"></div> |
| 58 </div> |
| 59 </a> |
| 60 </div> |
47 </section> | 61 </section> |
48 | 62 |
49 | 63 |
50 <section id="share"> | 64 <section id="share"> |
51 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> | 65 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> |
52 | 66 |
53 <div id="donate-block"> | 67 <div id="donate-block"> |
54 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> | 68 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> |
55 <span id="donate-label" class="i18n_firstRun_donate_label"></span> | 69 <span id="donate-label" class="i18n_firstRun_donate_label"></span> |
56 </div> | 70 </div> |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 | 145 |
132 </div> | 146 </div> |
133 </section> | 147 </section> |
134 </div> | 148 </div> |
135 | 149 |
136 <footer> | 150 <footer> |
137 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> | 151 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> |
138 </footer> | 152 </footer> |
139 </body> | 153 </body> |
140 </html> | 154 </html> |
LEFT | RIGHT |