first commit
This commit is contained in:
24
controler/menunav-inv.php
Normal file
24
controler/menunav-inv.php
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
<link rel='stylesheet' type='text/css' media='screen' href='../css/menunav-inv.css'>
|
||||
<!-- Haut de page -->
|
||||
<header>
|
||||
<div class="image">
|
||||
<a href="../views/index.php"><img src="../img/logov2.png" alt="Logo 'Vendeur de rêve'" width="150" height="auto"></a>
|
||||
</div>
|
||||
<!-- Navigation -->
|
||||
<div class="main">
|
||||
<nav class="menu">
|
||||
<ul>
|
||||
<li><a href="../views/index.php">ACCUEIL</a></li>
|
||||
<li><a href="../views/contact.php" >CONTACT</a></li>
|
||||
<li><a href="../views/event.php" >ÉVÈVENEMENT</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="connexion">
|
||||
<a href="../views/login.php"><button>Connexion</button></a>
|
||||
<a href="../views/register.php"><button>Inscription</button></a>
|
||||
</div>
|
||||
</header>
|
Reference in New Issue
Block a user