TD05 - version étudiants
This commit is contained in:
24
index.php
Normal file
24
index.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TD05 - Sessions</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<h1>TD05 - Sessions</h1>
|
||||
<body>
|
||||
<form action="loginProcess.php" method="POST">
|
||||
<label for="username">Identifiant:</label><br>
|
||||
<input type="text" id="username" name="username"><br>
|
||||
<label for="password">Mot de passe:</label><br>
|
||||
<input type="password" id="password" name="password"><br><br>
|
||||
<input type="submit" value="Login">
|
||||
</form>
|
||||
</body>
|
||||
<br>
|
||||
<a href="restrictedPage.php"><h3>Page sécurisée</h3></a>
|
||||
<a href="destroySession.php"><h3>Destruction session</h3></a>
|
Reference in New Issue
Block a user