Add the first two exercices.
[TD_webapps.git] / ROOT / exo2 / date.jsp
1 <html>
2 <body>
3 Aujourd'hui est le <%= new java.util.Date() %>
4 </body>
5 </html>