| Index: pages/uninstalled-submit.html |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/pages/uninstalled-submit.html |
| @@ -0,0 +1,22 @@ |
| +title=Adblock Plus has been uninstalled |
| +template=minimal |
| + |
| +<head> |
| + <meta name="robots" content="noindex" /> |
| + <link href="/css/uninstalled.css" rel="stylesheet"> |
| +</head> |
| + |
| +<div id="content" class="container content"> |
| + <h1>{{ heading[Heading text] Data submitted successfully }}</h1> |
| + <p class="lead">{{ thank-you[Thank you message below heading] Thank you for your participation }}</p> |
| +</div> |
| + |
| +<aside id="reinstall" class="bg-accent" > |
| + <div class="container content"> |
| + <p class="lead"> |
| + {{ reinstall-headline[Text next to the Reinstallation button] Did you uninstall Adblock Plus by accident? }} |
| + <a href="index" class="button secondary"> |
| + {{ reinstall[Reinstall button text] Reinstall Now }} |
| + </a> |
| + </div> |
| +</aside> |