This commit is contained in:
Keith Donald
2009-03-23 18:01:11 +00:00
parent 382d8863a8
commit 688a5f394e
2 changed files with 5 additions and 0 deletions

View File

@@ -3,11 +3,13 @@
<html>
<head>
<title>Getting Started with Spring Web Flow</title>
<link rel="stylesheet" href="<c:url value="/resources/styles/main.css"/>" type="text/css" />
</head>
<body>
<h1>
Congratulations! You're running Spring!
</h1>
<a href="http://www.springsource.org"><img src="<c:url value="/resources/images/logo.png"/>"/></a>
<h2>Welcome to the <i>Getting Started with Spring Web Flow</i> tutorial</h2>
<p>
This tutorial provides a guide to getting up and running with Spring Web Flow in 10 minutes.

View File

@@ -0,0 +1,3 @@
a img {
border: 0;
}