flask-htmx-board1/templates/navbar.html
Simple_Not 39aa0a9687
All checks were successful
continuous-integration/drone/push Build is passing
check posts
2023-07-14 01:52:00 +10:00

13 lines
444 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="nav-wrapper purple darken-3">
<ul id="nav-mobile" class="left ">
<li> <a href="/">glavnaya</a> </li>
<li><a href="/db_posts"><span class="new badge red" data-badge-caption="">here we go</span></a> </li>
<li>
<a href="#">><span class="new badge blue" data-badge-caption="">Вас закинуло сюда: {{host_id}}</span></a>
</li>
</ul>
</div>
</nav>