fix navbar
This commit is contained in:
parent
37b58f7459
commit
9713881d88
25
UnMeme.php
25
UnMeme.php
@ -1,8 +1,3 @@
|
||||
<?php
|
||||
include_once("config.php");
|
||||
// on tente de se connecter a la base de donnees
|
||||
|
||||
?>
|
||||
<!Doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
@ -15,7 +10,25 @@
|
||||
<link rel="stylesheet" href="css/UnMeme.css" >
|
||||
</head>
|
||||
<body>
|
||||
<?php include("header.php");?>
|
||||
<header>
|
||||
<img class=rotate src="img/roue.png" alt="">
|
||||
<img class=rotate2 src="img/roue.png" alt="">
|
||||
<img class=Titre src="img/Insuline.png" alt="Créé par Simon Catanese, propriété intellectuelle de Sodaramel®">
|
||||
<p class="intro">Insuline, quand le caramel ne suffit plus !</p>
|
||||
<nav class="navbar">
|
||||
<ul>
|
||||
<li><a id="tab" href="index.php">Accueil</a></li>
|
||||
<li><a class="active" id="tab" href="index.php">Tous les memes</a></li>
|
||||
<li><a id="tab" href="../Produits/categories.html">Catégories</a></li>
|
||||
<li><a id="tab" href="upload.php">Poster un meme</a></li>
|
||||
<li><a id="tab" href="../#">F.A.Q</a></li>
|
||||
<li><a id="tab" href="../#">Qui sommes-nous ?</a></li>
|
||||
<li><a id="tab" href="../#">Nous contacter</a></li>
|
||||
<li><a id="login" href="../#"><img src="../img/login.png" alt="" width="40px"></a> </li>
|
||||
<li><a id="panier" href="../#"><img src="../img/panier.png" alt="" width="40px"></a> </li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div class=pubG>
|
||||
<a href="https://dwarves.iut-fbleau.fr/~catanese/SAE_WEB_2022/index.html" >
|
||||
<img src="img/pubG.png" alt="">
|
||||
|
@ -12,8 +12,6 @@
|
||||
<li><a id="tab" href="../#">F.A.Q</a></li>
|
||||
<li><a id="tab" href="../#">Qui sommes-nous ?</a></li>
|
||||
<li><a id="tab" href="../#">Nous contacter</a></li>
|
||||
<li><a id="login" href="../#"><img src="../img/login.png" alt="" width="40px"></a> </li>
|
||||
<li><a id="panier" href="../#"><img src="../img/panier.png" alt="" width="40px"></a> </li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
@ -1,8 +1,3 @@
|
||||
<?php
|
||||
include_once("config.php");
|
||||
// on tente de se connecter a la base de donnees
|
||||
|
||||
?>
|
||||
<!Doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
|
25
upload.php
25
upload.php
@ -1,8 +1,3 @@
|
||||
<?php
|
||||
include_once("config.php");
|
||||
// on tente de se connecter a la base de donnees
|
||||
|
||||
?>
|
||||
<!Doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
@ -15,7 +10,25 @@
|
||||
<link rel="stylesheet" href="css/upload.css" >
|
||||
</head>
|
||||
<body>
|
||||
<?php include("header.php");?>
|
||||
<header>
|
||||
<img class=rotate src="img/roue.png" alt="">
|
||||
<img class=rotate2 src="img/roue.png" alt="">
|
||||
<img class=Titre src="img/Insuline.png" alt="Créé par Simon Catanese, propriété intellectuelle de Sodaramel®">
|
||||
<p class="intro">Insuline, quand le caramel ne suffit plus !</p>
|
||||
<nav class="navbar">
|
||||
<ul>
|
||||
<li><a id="tab" href="index.php">Accueil</a></li>
|
||||
<li><a id="tab" href="index.php">Tous les memes</a></li>
|
||||
<li><a id="tab" href="../Produits/categories.html">Catégories</a></li>
|
||||
<li><a class="active" id="tab" href="upload.php">Poster un meme</a></li>
|
||||
<li><a id="tab" href="../#">F.A.Q</a></li>
|
||||
<li><a id="tab" href="../#">Qui sommes-nous ?</a></li>
|
||||
<li><a id="tab" href="../#">Nous contacter</a></li>
|
||||
<li><a id="login" href="../#"><img src="../img/login.png" alt="" width="40px"></a> </li>
|
||||
<li><a id="panier" href="../#"><img src="../img/panier.png" alt="" width="40px"></a> </li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div class=pubG>
|
||||
<a href="https://dwarves.iut-fbleau.fr/~catanese/SAE_WEB_2022/index.html" >
|
||||
<img src="img/pubG.png" alt="">
|
||||
|
Loading…
Reference in New Issue
Block a user