Files
HelloSpring/web/WEB-INF/welcome.jsp
Tommy Parnell 9c89bb3a6c init
2015-06-27 10:27:56 -04:00

16 lines
283 B
Plaintext

<html>
<head>
<title>Getting started with spring mvc</title>
<style type="text/css">
body {
}
</style>
</head>
<body>${message}
<br>
<br>
<div style="font-family: verdana; padding: 10px; border-radius: 10px; font-size: 12px; text-align:center;">
</div>
</body>
</html>