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.
32 lines
1.1 KiB
32 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Login</title>
|
|
<link rel="stylesheet" href="../stylepage.css">
|
|
<img class="logo" src="../img/logo_PC.png" alt="logo_PC" width="200px">
|
|
</head>
|
|
<body>
|
|
<form id='form' action="cible.php" method="post">
|
|
<div class="container-champ">
|
|
<p>Login:</p>
|
|
<div class="champ">
|
|
<select class="entry" name="login">
|
|
<option value="prof">prof</option>
|
|
<option value="referant">Référant</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="container-champ">
|
|
<p>Pwd:</p>
|
|
<div class="champ">
|
|
<input class="entry" type="password" name="pwd">
|
|
</div>
|
|
</div>
|
|
<div class="container-champ">
|
|
<div class="submit">
|
|
<input class="entry" type="submit" value="conexion">
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|