Mise à jour (enfin!) du dernier semestre de cours

This commit is contained in:
olivier
2009-05-17 16:54:30 +02:00
parent cb99a39ad0
commit 05d2134eab
50 changed files with 10887 additions and 318 deletions

View File

@ -0,0 +1,12 @@
<%@ taglib uri="/WEB-INF/lib/tld/c.tld" prefix="mesTags" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
<mesTags:url var="ecocho" value="http://ecocho.fr" />
Voici un lien : <a href="${ecocho}">Ecocho.fr</a>
</body>
</html>