16 lines
283 B
Plaintext
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> |