13 lines
159 B
Text
13 lines
159 B
Text
|
<html>
|
||
|
|
||
|
<head><title>Hello :: Spring Application</title></head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<h1>Hello - Spring Application</h1>
|
||
|
|
||
|
<p>Greetings.</p>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|