OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <html> |
| 3 <head> |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 5 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> |
| 6 <script type="text/javascript" src="firstRun.js" charset="utf-8"></script> |
| 7 <link href="/skin/firstRun.css" type="text/css" rel="stylesheet" /> |
| 8 </head> |
| 9 <body> |
| 10 |
| 11 <h1 id="title"></h1> |
| 12 |
| 13 <ul id="features"> |
| 14 <li class="i18n_firstRun_feature_betterSurfing"></li> |
| 15 <li class="i18n_firstRun_feature_acceptableAds"></li> |
| 16 <li id="improvementsFeature"class="i18n_firstRun_feature_improvements"></li> |
| 17 </ul> |
| 18 |
| 19 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation
"></p> |
| 20 |
| 21 <div id="share-text"> |
| 22 <svg xmlns="http://www.w3.org/2000/svg" width="500" height="130"> |
| 23 <defs> |
| 24 <path id="path1" d="M 20,100 c 20,-30 180,-85 460,-60"/> |
| 25 <path id="path2" d="M 40,130 c 20,-30 180,-85 460,-60"/> |
| 26 </defs> |
| 27 <g> |
| 28 <text> |
| 29 <textPath xlink:href="#path1"><tspan class="i18n_firstRun_share1"/></t
extPath> |
| 30 <textPath xlink:href="#path2"><tspan class="i18n_firstRun_share2"/></t
extPath> |
| 31 </text> |
| 32 </g> |
| 33 </svg> |
| 34 </div> |
| 35 |
| 36 <div> |
| 37 <a id="share-facebook" class="share-image" href="http://facebook.com/adblock
plus" target="_blank"></a> |
| 38 <a id="share-twitter" class="share-image" href="http://twitter.com/#!/adbloc
k_plus" target="_blank"></a> |
| 39 </div> |
| 40 |
| 41 </body> |
| 42 </html> |
OLD | NEW |