Skip to content
Extraits de code Groupes Projets
Valider fb365677 rédigé par Romain 'Table' DROUIN's avatar Romain 'Table' DROUIN
Parcourir les fichiers

premier header

parent 19d9fb96
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Connexion</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
h1.header {
display: inline-block;
}
\ No newline at end of file
<?php
/**
* User: table
* Date: 29/03/16
* Time: 17:17
*/
echo "
<link rel=\"stylesheet\" href=\"header.css\">
<h1 class='header'><a href='index.php'>???</a></h1>
<a href='connexion.html' style='display: inline-block;'>Conexion/Inscription</a>";
?>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title></title>
<title>Index</title>
<meta charset="utf-8" />
</head>
<body>
<b>Bonjour</b>
<div class="header">
<?php include("header.php"); ?>
</div>
Bonjour
</body>
</html>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter