summaryrefslogtreecommitdiff
path: root/maven/02-hello-webapp/src/main/webapp/index.jsp
blob: ee89d6200ed826e070697758bc5bc6d02647a5fe (plain)
1
2
3
4
5
<html>
<body>
<h2><%= "Hello World!" %></h2>
</body>
</html>