18 lines
404 B
Text
18 lines
404 B
Text
<%--
|
|
Document : error
|
|
Created on : 4 mars 2018, 20:54:56
|
|
Author : faycal
|
|
--%>
|
|
|
|
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Erreur</title>
|
|
</head>
|
|
<body>
|
|
<%@include file="header.jsp" %>
|
|
<h1>${erreur} </h1>
|
|
</body>
|
|
</html>
|