Sélectionner une révision Git
-
Loïc DUBARD a rédigéLoïc DUBARD a rédigé
displayValid.html 333 o
<?php session_start(); ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Connexion réussie</title>
<base href="http://localhost/projet-web-2016/www/"/>
</head>
<body>
<header>
<h1 style="color:green;">Vos identifiants sont corrects !</h1>
</header>
<footer>
<p>Le pied de page</p>
</footer>
</body>
</html>