Mise à jour (enfin!) du dernier semestre de cours
This commit is contained in:
12
cours/P51/BlankoNet/WebContent/error.jsp
Normal file
12
cours/P51/BlankoNet/WebContent/error.jsp
Normal 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>
|
Reference in New Issue
Block a user