polish
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
a img {
|
||||
border: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user