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.
16 lines
524 B
16 lines
524 B
<div id="menu"> |
|
<nav> |
|
<ul> |
|
<li><a href="{{ url_for('index', _external=False) }}">Latitude Plateform</li> |
|
<li><a href="{{ url_for('index', _external=False) }}info">info</a></li> |
|
<li> |
|
<span id="search-box"> |
|
<form action="{{ url_for('index', _external=False) }}search" method="POST"> |
|
<input type="text" name="query" placeholder="Search"> |
|
</li> |
|
</form> |
|
</span> |
|
</ul> |
|
</nav> |
|
|
|
</div>
|
|
|