You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
537 B
21 lines
537 B
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title><?=$nomDuSite?> - connexion</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Connexion</h1>
|
|
<form method="post" action="">
|
|
<label>Pseudonyme: </label>
|
|
<input name="username" type="text" placeholder="Pseudonyme"/>
|
|
<br>
|
|
<label>Mot de passe: </label>
|
|
<input name="password" type="password" placeholder="Saisir votre mot de passe">
|
|
<br>
|
|
<input name="Connexion" type="submit"/>
|
|
</form>
|
|
</main>
|
|
</body>
|