InsulineSodarameme/index.php

77 lines
3.6 KiB
PHP
Raw Normal View History

2022-12-15 16:06:05 +01:00
<?php
include_once("config.php");
// on tente de se connecter a la base de donnees
2023-01-05 20:52:06 +01:00
?>
2022-12-15 16:06:05 +01:00
<!Doctype html>
<html lang="fr">
<head>
<title class="intro">menu</title>
<meta charset="UTF-8">
2023-01-05 23:52:59 +01:00
<meta name="color-scheme" content="light only">
2022-12-15 16:06:05 +01:00
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="css/header.css" >
2022-12-15 17:42:13 +01:00
<link rel="stylesheet" href="css/style.css" >
<link rel="stylesheet" href="css/index.css" >
2022-12-15 16:06:05 +01:00
</head>
<body>
2022-12-15 17:42:13 +01:00
<?php include("header.php");?>
2023-01-05 20:52:06 +01:00
<div class=pubG>
<a href="https://dwarves.iut-fbleau.fr/~catanese/SAE_WEB_2022/index.html" >
2023-01-05 23:52:59 +01:00
<img src="img/pubG.png" alt="">
2023-01-05 20:52:06 +01:00
</a>
</div>
<main>
<div class="page">
2022-12-15 17:42:13 +01:00
<section class=Liste>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
<img src="img/meme/bouton.jpg" class=meme>
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
<img src="img/meme/DecouvreSodaraMeme.jpg" class=meme>
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:10:14 +01:00
<img src="img/meme/insulit.jpg" class=meme height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:10:14 +01:00
<img src="img/meme/matrix.jpg" class=meme height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:10:14 +01:00
<img src="img/meme/megamindSoda.jpg" class=meme height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:10:14 +01:00
<img src="img/meme/mort.jpg" class=meme height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:10:14 +01:00
<img src="img/meme/shitting.jpg" class=meme height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:10:14 +01:00
<img src="img/meme/sodarameme.jpg" class=meme height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:10:14 +01:00
<img src="img/meme/sodaramemev3.jpg" class=meme height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:10:14 +01:00
<img src="img/meme/SodaSupHaribo.png" class=meme height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:10:14 +01:00
<img src="img/meme/toiletramel.jpg" class=meme alt="" height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:10:14 +01:00
<img src="img/meme/uno.jpg" class=meme height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-05 20:52:06 +01:00
<div class="memeContainer">
2023-01-04 18:38:11 +01:00
<img src="img/meme/sodabaguette.png" class=meme height="500vw" width="500vw">
2022-12-15 17:42:13 +01:00
</div>
2023-01-04 18:10:14 +01:00
2022-12-15 17:42:13 +01:00
</section>
2023-01-05 20:52:06 +01:00
</div>
</main>
<div class=pubD>
<a href="https://dwarves.iut-fbleau.fr/~catanese/SAE_WEB_2022/index.html" >
<img src="img/sodaramel.png" alt="" height="100px" width="100px" >
<h5>Une glycémie trop basse venez voir notre boutique de sodaramel</h5>
</a>
2022-12-15 17:42:13 +01:00
</div>
<?php include("footer.php");?>
2023-01-04 18:10:14 +01:00
</body>