InsulineSodarameme/upload.php

40 lines
1.4 KiB
PHP
Raw Normal View History

2023-01-06 16:09:06 +01:00
<?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" >
2023-01-06 17:16:30 +01:00
<link rel="stylesheet" href="css/upload.css" >
2023-01-06 16:09:06 +01:00
</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>
2023-01-06 17:16:30 +01:00
<article class="generalPanel">
<p class="title">Publiez votre Meme !</p>
img drag&drop
boutons
infos
options
</article>
2023-01-06 16:09:06 +01:00
</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>