Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 6d92129e9a0939e90cf9bf9bb798570049baa274
  • master par défaut protégée
2 résultats

README.md

Blame
  • 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>