Blame view

PFE06/src/main/resources/templates/denied.html 319 Bytes
6029d52b   Antoine Duquenoy   Spring Security o...
1
2
3
4
5
6
7
8
9
10
  <!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>

  

e23a6c00   Antoine Duquenoy   UI : modification...
11
12
      <form th:action="@{/}" method="GET">

          <button type="Submit">Accueil</button>

6029d52b   Antoine Duquenoy   Spring Security o...
13
14
15
16
      </form>

  

  </body>

  </html>