| Index: firstRun.html |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/firstRun.html |
| @@ -0,0 +1,42 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| + <script type="text/javascript" src="i18n.js" charset="utf-8"></script> |
| + <script type="text/javascript" src="firstRun.js" charset="utf-8"></script> |
| + <link href="/skin/firstRun.css" type="text/css" rel="stylesheet" /> |
| +</head> |
| +<body> |
| + |
| + <h1 id="title"></h1> |
| + |
| + <ul id="features"> |
| + <li class="i18n_firstRun_feature_betterSurfing"></li> |
| + <li class="i18n_firstRun_feature_acceptableAds"></li> |
| + <li id="improvementsFeature"class="i18n_firstRun_feature_improvements"></li> |
| + </ul> |
| + |
| + <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p> |
| + |
| + <div id="share-text"> |
| + <svg xmlns="http://www.w3.org/2000/svg" width="300" height="110"> |
| + <defs> |
| + <path id="path1" d="M 20,80 c 20,-30 180,-85 260,-60"/> |
| + <path id="path2" d="M 40,110 c 20,-30 180,-85 260,-60"/> |
| + </defs> |
| + <g> |
| + <text> |
| + <textPath xlink:href="#path1"><tspan>Do you like blocking ads?</tspan></textPath> |
| + <textPath xlink:href="#path2"><tspan>Please spread the word!</tspan></textPath> |
| + </text> |
| + </g> |
| + </svg> |
| + </div> |
| + |
| + <div> |
| + <a id="share-facebook" class="share-image" href="http://facebook.com/adblockplus" target="_blank"></a> |
| + <a id="share-twitter" class="share-image" href="http://twitter.com/#!/adblock_plus" target="_blank"></a> |
| + </div> |
| + |
| +</body> |
| +</html> |