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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scss/main.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« 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