check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2023-07-14 01:52:00 +10:00
parent bda72fc32d
commit 39aa0a9687
5 changed files with 22 additions and 23 deletions

13
templates/navbar.html Normal file
View File

@@ -0,0 +1,13 @@
<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>