40 lines
1.4 KiB
PHP
Executable File
40 lines
1.4 KiB
PHP
Executable File
<?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">
|
|
<meta name="color-scheme" content="light only">
|
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
|
<link rel="stylesheet" href="css/header.css" >
|
|
<link rel="stylesheet" href="css/style.css" >
|
|
<link rel="stylesheet" href="css/upload.css" >
|
|
</head>
|
|
<body>
|
|
<?php include("header.php");?>
|
|
<div class=pubG>
|
|
<a href="https://dwarves.iut-fbleau.fr/~catanese/SAE_WEB_2022/index.html" >
|
|
<img src="img/pubG.png" alt="">
|
|
</a>
|
|
</div>
|
|
<main>
|
|
<article class="generalPanel">
|
|
<p class="title">Publiez votre Meme !</p>
|
|
img drag&drop
|
|
boutons
|
|
infos
|
|
options
|
|
</article>
|
|
</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>
|
|
</div>
|
|
<?php include("footer.php");?>
|
|
</body>
|