diff --git a/app/main/views/index.py b/app/main/views/index.py
index ff2c53bfa..0c7a7e181 100644
--- a/app/main/views/index.py
+++ b/app/main/views/index.py
@@ -14,11 +14,6 @@ def govuk():
return render_template('govuk_template.html')
-@main.route("/hello-world")
-def helloworld():
- return render_template('hello-world.html')
-
-
@main.route("/register")
@login_required
def register():
diff --git a/app/templates/add-service.html b/app/templates/add-service.html
index 2191344c8..dd2f3b1a0 100644
--- a/app/templates/add-service.html
+++ b/app/templates/add-service.html
@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
-Hello world!
+GOV.UK Notify | Set up service
{% endblock %}
{% block content %}
@@ -28,4 +28,4 @@ Hello world!
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app/templates/hello-world.html b/app/templates/hello-world.html
deleted file mode 100644
index 04a97b8f5..000000000
--- a/app/templates/hello-world.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "admin_template.html" %}
-
-{% block page_title %}
-GOV.UK notifications
-{% endblock %}
-
-{% block content %}
-
-
-
-
Hello world!
-
-
Hello world.
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/register-from-invite.html b/app/templates/register-from-invite.html
index ac4d49dcc..73169cc06 100644
--- a/app/templates/register-from-invite.html
+++ b/app/templates/register-from-invite.html
@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
-Hello world!
+GOV.UK Notify | Create a user account
{% endblock %}
{% block content %}
@@ -31,4 +31,4 @@ Hello world!
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app/templates/register.html b/app/templates/register.html
index 74a8eb2f0..04727ba9d 100644
--- a/app/templates/register.html
+++ b/app/templates/register.html
@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
-Hello world!
+GOV.UK Notify | Create an account
{% endblock %}
{% block content %}
@@ -38,4 +38,4 @@ Hello world!
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app/templates/signedout.html b/app/templates/signedout.html
index 17bc940f4..d2beafabe 100644
--- a/app/templates/signedout.html
+++ b/app/templates/signedout.html
@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
-Hello world!
+GOV.UK Notify | Get started
{% endblock %}
{% block content %}
@@ -22,4 +22,4 @@ Hello world!
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app/templates/two-factor.html b/app/templates/two-factor.html
index 9c61f9e68..293679b0c 100644
--- a/app/templates/two-factor.html
+++ b/app/templates/two-factor.html
@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
-Hello world!
+GOV.UK Notify | Text verification
{% endblock %}
{% block content %}
@@ -25,4 +25,4 @@ Hello world!
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app/templates/verify-mobile.html b/app/templates/verify-mobile.html
index 178cc00d0..10a82b3d5 100644
--- a/app/templates/verify-mobile.html
+++ b/app/templates/verify-mobile.html
@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
-Hello world!
+GOV.UK Notify | Confirm mobile number
{% endblock %}
{% block content %}
@@ -26,4 +26,4 @@ Hello world!
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/app/templates/verify.html b/app/templates/verify.html
index ff462664f..729f099c2 100644
--- a/app/templates/verify.html
+++ b/app/templates/verify.html
@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
-Hello world!
+GOV.UK Notify | Confirm email address and mobile number
{% endblock %}
{% block content %}
@@ -32,4 +32,4 @@ Hello world!
-{% endblock %}
\ No newline at end of file
+{% endblock %}