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

imgui.ini

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>