diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/welcome.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/welcome.jsp index cf910130..2cb49092 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/welcome.jsp +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/welcome.jsp @@ -3,11 +3,13 @@ Getting Started with Spring Web Flow + " type="text/css" />

Congratulations! You're running Spring!

+"/>

Welcome to the Getting Started with Spring Web Flow tutorial

This tutorial provides a guide to getting up and running with Spring Web Flow in 10 minutes. diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/styles/main.css b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/styles/main.css new file mode 100644 index 00000000..556e20de --- /dev/null +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/styles/main.css @@ -0,0 +1,3 @@ +a img { + border: 0; +} \ No newline at end of file