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 19 matching lines...) Expand all Loading... |
30 <script type="text/javascript" src="firstRun.js"></script> | 30 <script type="text/javascript" src="firstRun.js"></script> |
31 </head> | 31 </head> |
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> | |
41 <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> |
42 | 41 |
43 <div id="content"> | 42 <div id="content"> |
44 <section id="general"> | 43 <section id="general"> |
45 <div id="acceptable-ads-block" class="block"> | 44 <div id="acceptable-ads-block" class="block"> |
46 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> | 45 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> |
47 <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsE
xplanation"></p> | 46 <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsE
xplanation"></p> |
48 </div> | 47 </div> |
49 <div id="abb-promotion-block" class="block"> | 48 <div id="abb-promotion-block" class="block"> |
50 <h2 class="i18n_firstRun_abbPromotionHeadline"></h2> | 49 <h2 class="i18n_firstRun_abbPromotionHeadline"></h2> |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 </div> | 89 </div> |
91 </section> | 90 </section> |
92 | 91 |
93 </div> | 92 </div> |
94 | 93 |
95 <footer> | 94 <footer> |
96 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> | 95 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> |
97 </footer> | 96 </footer> |
98 </body> | 97 </body> |
99 </html> | 98 </html> |
OLD | NEW |