Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: success.html

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Addressed comments #4 and #5 Created Dec. 22, 2017, 10:39 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scss/main.scss ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« no previous file with comments | « scss/main.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld