diff --git a/client/app/router.js b/client/app/router.js
index 73680587..2327d88a 100644
--- a/client/app/router.js
+++ b/client/app/router.js
@@ -29,6 +29,7 @@ Router.map(function() { // eslint-disable-line
this.route('show-geography', { path: '/projects' });
this.route('disclaimer');
if (config.showAlerts) { this.route('statuses'); }
+ this.route('subscribed');
this.route('not-found', { path: '/*path' });
this.route('oops');
this.route('my-projects', function() {
diff --git a/client/app/routes/subscribed.js b/client/app/routes/subscribed.js
new file mode 100644
index 00000000..6c74252a
--- /dev/null
+++ b/client/app/routes/subscribed.js
@@ -0,0 +1,4 @@
+import Route from '@ember/routing/route';
+
+export default Route.extend({
+});
diff --git a/client/app/templates/subscribed.hbs b/client/app/templates/subscribed.hbs
new file mode 100644
index 00000000..410e9ec2
--- /dev/null
+++ b/client/app/templates/subscribed.hbs
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
{{fa-icon icon='check-circle' prefix='far' size='2x'}}
+
Check email to confirm your ZAP subscription.
+
You will receive an email to confirm your CDs/Citywide subscriptions. Additionally, the email contains details on how to modify your updates.
+
+
Go to Home
+
+
+
+
+
+{{outlet}}
+