diff --git a/booking-mvc/src/main/webapp/WEB-INF/login.html b/booking-mvc/src/main/webapp/WEB-INF/login.html
new file mode 100644
index 0000000..93bfa2a
--- /dev/null
+++ b/booking-mvc/src/main/webapp/WEB-INF/login.html
@@ -0,0 +1,84 @@
+
+
+
Valid username/passwords are:
+
+ - keith/melbourne
+ - erwin/leuven
+ - jeremy/atlanta
+ - scott/rochester
+
+
+
+
+
+
+ Your login attempt was not successful, try again.
+ Reason: Invalid password
+
+
+
+
+
diff --git a/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html b/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html
new file mode 100644
index 0000000..85eee8e
--- /dev/null
+++ b/booking-mvc/src/main/webapp/WEB-INF/logoutSuccess.html
@@ -0,0 +1,6 @@
+
+
Logout
+
You have successfully logged out.
+
+
Continue
+
diff --git a/booking-mvc/src/main/webapp/WEB-INF/views.xml b/booking-mvc/src/main/webapp/WEB-INF/views.xml
index 42aca64..6aecbaa 100644
--- a/booking-mvc/src/main/webapp/WEB-INF/views.xml
+++ b/booking-mvc/src/main/webapp/WEB-INF/views.xml
@@ -10,11 +10,11 @@
-
+
-
+