InsulineSodarameme/upload.php

43 lines
1.6 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>
2023-01-06 20:35:34 +01:00
<div class="dragndrop">
<p class="dragndrop-title">Glissez ou déposez votre image ici</p>
<img src="img/upload.png" alt="">
</div>
2023-01-06 20:38:58 +01:00
<form action="">
Titre :<input type="text">
</form>
<p class="warning">Attention, votre image et votre titre doit respecter nos <a href="#">conditions d'utilisation</a> !</p>
2023-01-06 17:16:30 +01:00
</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" >
2023-01-06 20:35:34 +01:00
<img src="img/pubD.png" alt="">
2023-01-06 16:09:06 +01:00
</a>
</div>
<?php include("footer.php");?>
</body>