index
:
full-stack-with-java.git
master
Full stack development with Java course material.
GIT Public Repositories
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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>