]> Piment Noir Git Repositories - TD_webapps.git/blob - ROOT/exo2/date.jsp
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>