| Index: success.html | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/success.html | 
| @@ -0,0 +1,25 @@ | 
| +<!doctype html> | 
| +<html lang="en" dir="ltr"> | 
| +<head> | 
| + <meta charset="utf-8"> | 
| + <title>Adblock Plus newsletter signup form</title> | 
| + <meta name="viewport" content="width=device-width, initial-scale=1"> | 
| + <link rel="stylesheet" type="text/css" href="css/main.min.css"> | 
| +</head> | 
| +<body> | 
| + <div class="outer-container"> | 
| + <div class="container phablet-width content"> | 
| + | 
| + <header id="header"> | 
| + <h1 id="title"> | 
| + <img src="img/abp-logo.png" srcset="img/abp-logo.svg 2x" alt="Adblock Plus logo"> | 
| + <span>Adblock<strong>Plus</strong></span> | 
| + </h1> | 
| + <p class="lead"><strong>You've signed up!</strong></p> | 
| + <p>You have successfully signed up for the newsletter.</p> | 
| + </header> | 
| + | 
| + </div> | 
| + </div> | 
| +</body> | 
| +</html> |