InsulineSodarameme/upload.php
2023-01-06 20:35:34 +01:00

40 lines
1.5 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>
<div class="dragndrop">
<p class="dragndrop-title">Glissez ou déposez votre image ici</p>
<img src="img/upload.png" alt="">
</div>
<p class="warning">Attention, votre image doit respecter nos <a href="#">conditions d'utilisation</a> !</p>
</article>
</main>
<div class=pubD>
<a href="https://dwarves.iut-fbleau.fr/~catanese/SAE_WEB_2022/index.html" >
<img src="img/pubD.png" alt="">
</a>
</div>
<?php include("footer.php");?>
</body>