<%-- Document : deconnexion Created on : 1 juin 2020, 17:09:38 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>Deconnexion</title> </head> <body> <h1>You are logout</h1> <%response.sendRedirect("");%> </body> </html>