insuline quand le sucre ne suffit plus

This commit is contained in:
2022-12-15 16:06:05 +01:00
parent b195e07af0
commit d3d502e85c
5 changed files with 143 additions and 0 deletions

24
index.php Normal file
View File

@@ -0,0 +1,24 @@
<?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>