| OLD | NEW | 
| (Empty) |  | 
 |   1 <!doctype html> | 
 |   2 <html lang="en" dir="ltr"> | 
 |   3 <head> | 
 |   4   <meta charset="utf-8"> | 
 |   5   <title>Adblock Plus newsletter signup form</title> | 
 |   6   <meta name="viewport" content="width=device-width, initial-scale=1"> | 
 |   7   <link rel="stylesheet" type="text/css" href="css/main.min.css"> | 
 |   8 </head> | 
 |   9 <body> | 
 |  10   <div class="outer-container"> | 
 |  11     <div class="container phablet-width content"> | 
 |  12  | 
 |  13       <header id="header"> | 
 |  14         <h1 id="title"> | 
 |  15           <img src="img/abp-logo.png" srcset="img/abp-logo.svg 2x" alt="Adblock 
    Plus logo"> | 
 |  16           <span>Adblock<strong>Plus</strong></span> | 
 |  17         </h1> | 
 |  18         <p class="lead"><strong>You've signed up!</strong></p> | 
 |  19         <p>You have successfully signed up for the newsletter.</p> | 
 |  20       </header> | 
 |  21  | 
 |  22     </div> | 
 |  23   </div> | 
 |  24 </body> | 
 |  25 </html> | 
| OLD | NEW |