17 lines
378 B
Text
17 lines
378 B
Text
<%--
|
|
Document : errlogin
|
|
Created on : 1 juin 2020, 11:41:58
|
|
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>JSP Page</title>
|
|
</head>
|
|
<body>
|
|
<h1>Erreur de connexion</h1>
|
|
</body>
|
|
</html>
|