Blame view

PFE06/src/main/resources/templates/success.html 155 Bytes
d0a03db7   sfeutrie   restructuration d...
1
2
3
4
5
6
7
8
9
10
  <!DOCTYPE html>
  <html lang="en">
  <head>
      <meta charset="UTF-8">
      <title>SUCCESS</title>
  </head>
  <body>
  <a href="/login">connexion</a>
  </body>
  </html>