forked from rebillar/site-accueil-insa
j'ai oublié de mettre un chemin relatif
This commit is contained in:
parent
f9296798c1
commit
05d81c32ed
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ for($i = 0; $i <= 17; $i++){
|
|||
|
||||
<!-- la barre de navigation -->
|
||||
<div class="topnav">
|
||||
<a href="/index.php" class="active">P'tit menu :)</a>
|
||||
<a href="index.php" class="active">P'tit menu :)</a>
|
||||
|
||||
<!-- les liens (cachés par défaut) -->
|
||||
<div id="mobile_menu_links">
|
||||
|
|
Loading…
Reference in a new issue