diff --git a/booking-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml b/booking-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml
index 015df08..fd03282 100644
--- a/booking-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml
+++ b/booking-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml
@@ -51,7 +51,6 @@
-
diff --git a/booking-mvc/src/main/webapp/WEB-INF/intro.html b/booking-mvc/src/main/webapp/WEB-INF/intro.html
new file mode 100644
index 0000000..4212158
--- /dev/null
+++ b/booking-mvc/src/main/webapp/WEB-INF/intro.html
@@ -0,0 +1,29 @@
+
+
Welcome to Spring Travel
+
+ This sample demonstrates how to use Spring MVC and Spring Web Flow together with JavaServerPages (JSP) and Tiles.
+
+
+
+ The key features illustrated in this sample include:
+
+
+ - A declarative navigation model enabling full browser button support and dynamic navigation rules
+ - A fine-grained state management model, including support for ConversationScope and ViewScope
+ - Modularization of web application functionality by domain use case, illustrating project structure best-practices
+ - Spring Expression Language (SpEL) integration
+ - Spring 3 formatting annotations @DateTimeFormat, @NumberFormat
+ - Spring MVC custom namespace
+ - Spring Security integration
+ - Annotated POJO @Controllers for implementing RESTful user interactions.
+ - Declarative page authoring with JSP, JSTL, and Spring MVC's form tag library
+ - Page layout and composition with Apache Tiles
+ - A JavaScript API for decorating HTML elements with behaviors such as Ajax, validation, and effects.
+ - A grid layout with Blueprint CSS
+ - Exception handling support across all layers of the application
+ - SpringSource Tool Suite integration, with support for graphical flow modeling and visualization
+
+
+ Start your Spring Travel experience
+
+
diff --git a/booking-mvc/src/main/webapp/WEB-INF/views.xml b/booking-mvc/src/main/webapp/WEB-INF/views.xml
index f6c7327..42aca64 100644
--- a/booking-mvc/src/main/webapp/WEB-INF/views.xml
+++ b/booking-mvc/src/main/webapp/WEB-INF/views.xml
@@ -6,7 +6,7 @@
-
+