flask-htmx-board1/templates/navbar.html
Simple_Not 9d1889232e
All checks were successful
continuous-integration/drone/push Build is passing
rm styles
2023-07-16 02:35:06 +10:00

13 lines
392 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<nav>
<div class=" ">
<ul id="nav-mobile" class="left ">
<li> <a href="/">glavnaya</a> </li>
<li><a href="/db_posts"><span class=" " data-badge-caption="">here we go</span></a> </li>
<li>
<a href="#">Вас закинуло сюда: <span class=" " data-badge-caption="">{{host_id}}</span></a>
</li>
</ul>
</div>
</nav>