repositories
/
TD_webapps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add exo4 missing bits and exo10 code.
[TD_webapps.git]
/
ROOT
/
exo4
/
hello.jsp
1
<%@ page import="bonjour.hello, javax.servlet.*" %>
2
<html>
3
<body>
4
<%
5
hello h = new hello();
6
//out.print(h.afficher());
7
%>
8
</body>
9
</html>