OLD | NEW |
1 noheading=True | 1 noheading=True |
2 localefile=index | 2 localefile=index |
3 | 3 |
4 {# | 4 {# |
5 # This file is part of the Adblock Plus website, | 5 # This file is part of the Adblock Plus website, |
6 # Copyright (C) 2006-2015 Eyeo GmbH | 6 # Copyright (C) 2006-2015 Eyeo GmbH |
7 # | 7 # |
8 # Adblock Plus is free software: you can redistribute it and/or modify | 8 # Adblock Plus is free software: you can redistribute it and/or modify |
9 # it under the terms of the GNU General Public License version 3 as | 9 # it under the terms of the GNU General Public License version 3 as |
10 # published by the Free Software Foundation. | 10 # published by the Free Software Foundation. |
(...skipping 10 matching lines...) Expand all Loading... |
21 <head> | 21 <head> |
22 <link class="cssfx" href="/css/index.css" rel="stylesheet"> | 22 <link class="cssfx" href="/css/index.css" rel="stylesheet"> |
23 <link class="cssfx" href="/css/index-desktop.css" media="(min-width: 40.5em)" re
l="stylesheet"> | 23 <link class="cssfx" href="/css/index-desktop.css" media="(min-width: 40.5em)" re
l="stylesheet"> |
24 <link href="/css/index-mobile.css" media="screen and (max-width: 40.5em)" rel="s
tylesheet"> | 24 <link href="/css/index-mobile.css" media="screen and (max-width: 40.5em)" rel="s
tylesheet"> |
25 | 25 |
26 <link href="https://adblockplus.org/" rel="canonical"> | 26 <link href="https://adblockplus.org/" rel="canonical"> |
27 <link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddi
lifddb" rel="chrome-webstore-item"> | 27 <link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddi
lifddb" rel="chrome-webstore-item"> |
28 <meta content="product" property="og:type"> | 28 <meta content="product" property="og:type"> |
29 <meta content="https://adblockplus.org/img/adblockplus_promo.png" property="og:i
mage"> | 29 <meta content="https://adblockplus.org/img/adblockplus_promo.png" property="og:i
mage"> |
30 <meta content="https://adblockplus.org/" property="og:url"> | 30 <meta content="https://adblockplus.org/" property="og:url"> |
31 </head> | 31 |
32 <meta content="{{"title"|translate}}" name="title"> | 32 <meta content="{{"title"|translate}}" name="title"> |
33 <meta content="{{"s2"|translate}}" name="description"> | 33 <meta content="{{"s2"|translate}}" name="description"> |
34 <meta content="{{"title"|translate}}" property="og:title"> | 34 <meta content="{{"title"|translate}}" property="og:title"> |
35 <meta content="{{"s2"|translate}}" property="og:description"> | 35 <meta content="{{"s2"|translate}}" property="og:description"> |
36 | 36 </head> |
37 | 37 |
38 <div itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication"> | 38 <div itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication"> |
39 <section id="main"> | 39 <section id="main"> |
40 <div id="summary"> | 40 <div id="summary"> |
41 <h1 itemprop="name">{{"s5"|translate}}</h1> | 41 <h1 itemprop="name">{{"s5"|translate}}</h1> |
42 <h2 itemprop="description">{{"s6"|translate}}</h2> | 42 <h2 itemprop="description">{{"s6"|translate}}</h2> |
43 | 43 |
44 <ul id="features"> | 44 <ul id="features"> |
45 <li itemprop="featureList"> | 45 <li itemprop="featureList"> |
46 <div class="sprite"></div> | 46 <div class="sprite"></div> |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 <h2>{{"s26"|translate}}</h2> | 330 <h2>{{"s26"|translate}}</h2> |
331 | 331 |
332 <p> | 332 <p> |
333 {{"s102"|translate}} | 333 {{"s102"|translate}} |
334 </p> | 334 </p> |
335 </div> | 335 </div> |
336 </div> | 336 </div> |
337 </section> | 337 </section> |
338 | 338 |
339 <script src="/js/index.js"></script> | 339 <script src="/js/index.js"></script> |
OLD | NEW |