bunti/src/main/webapp/hello.jsp

13 lines
159 B
Text
Raw Normal View History

<html>
<head><title>Hello :: Spring Application</title></head>
<body>
<h1>Hello - Spring Application</h1>
<p>Greetings.</p>
</body>
</html>