1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <html lang="en"> <head> <meta charset="UTF-8"> <title>Access Denied</title> </head> <body> <h1>Access Denied !</h1> <form th:action="@{/login}" method="GET"> <button type="Submit">Se connecter</button> </form> </body> </html>