24 lines
770 B
PHP
24 lines
770 B
PHP
|
<?php
|
||
|
include_once("config.php");
|
||
|
// on tente de se connecter a la base de donnees
|
||
|
|
||
|
?>
|
||
|
<!Doctype html>
|
||
|
<html lang="fr">
|
||
|
<head>
|
||
|
<title class="intro">menu</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
||
|
<link rel="stylesheet" href="css/header.css" >
|
||
|
</head>
|
||
|
<header>
|
||
|
<img class=rotate src="img/roue.png" alt="">
|
||
|
<img class=rotate2 src="img/roue.png" alt="">
|
||
|
<img class=Titre src="img/sodaramel.png" alt="Créé par Simon Catanese, propriété intellectuelle de Sodaramel®">
|
||
|
<p class="intro">Sodaramel, quand le caramel est coule !</p>
|
||
|
|
||
|
</header>
|
||
|
<body>
|
||
|
<div class="></div>
|
||
|
</body>
|
||
|
</html>
|