Blame view

PFE06/src/main/resources/templates/home.html 274 Bytes
d0a03db7   sfeutrie   restructuration d...
1
2
3
4
5
6
7
8
9
10
11
12
  <!DOCTYPE html>
  <html xmlns:th="http://www.thymeleaf.org">
  <html lang="en">
  <head>
      <meta charset="UTF-8">
      <title>Page d'accueil</title>
  </head>
  <body>
  <a th:href="@{/login}">connexion</a>
  <a th:href="@{/registration}">enregistrer des utilisateurs</a>
  </body>
  </html>