Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • vds
2 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    index.html 534 B
    <!doctype html>
    <html lang="fr">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
              content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <title>Connexion</title>
    </head>
    <body>
    <form action="Authentification" method="get">
        <input name="login" type="text">
        <input name="pwd" type="password">
        <button type="submit">Connexion</button>
    </form>
    <button>Créer un compte</button>
    </body>
    </html>