You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
958 B
17 lines
958 B
<nav> |
|
<div id="menu"> |
|
<div id="topBtn"> |
|
<div>LA PETITE ECOLE</div> |
|
<div>☓</div> |
|
</div> |
|
<ul > |
|
<li class="menuItem"><a href="index.html"><span><img src="{{ url_for('static', filename='img/barre.svg')}}" alt="bar"></span><h3>Blog </h3></a> </li> |
|
<li class="menuItem"><span><img src="{{ url_for('static', filename='img/barre.svg')}}" alt="bar"></span><h3>Actualite </h3></li> |
|
<li class="menuItem"><span><img src="{{ url_for('static', filename='img/barre.svg')}}" alt="bar"></span><h3>Vitrine </h3></li> |
|
<li class="menuItem"><span><img src="{{ url_for('static', filename='img/barre.svg')}}" alt="bar"></span><h3>Recherche </h3></li> |
|
<li class="menuItem"><span><img src="{{ url_for('static', filename='img/barre.svg')}}" alt="bar"></span><h3>Contact </h3></li> |
|
</ul> |
|
|
|
</div> |
|
|
|
</nav>
|
|
|