вроде натроили переменные разные с докеркомпосами
Some checks failed
Deploy timelaps / deploy (push) Failing after 12s
Some checks failed
Deploy timelaps / deploy (push) Failing after 12s
This commit is contained in:
3
templates/inc/_footer.html
Normal file
3
templates/inc/_footer.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<footer class="text-center py-4 text-secondary border-top bg-body-tertiary mt-5">
|
||||
<p>© 2026 BerryFlow</p>
|
||||
</footer>
|
||||
28
templates/inc/_navbar.html
Normal file
28
templates/inc/_navbar.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<nav class="navbar navbar-expand-lg border-bottom shadow-sm bg-body-tertiary">
|
||||
<div class="container">
|
||||
<a class="navbar-brand fw-bold" href="/">📸 BerryFlow</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarNav">
|
||||
<ul class="navbar-nav ms-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="/">Камеры</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">Очередь задач</a>
|
||||
</li>
|
||||
<li class="nav-item ms-lg-3">
|
||||
<button class="btn btn-link nav-link shadow-none py-2 px-0 px-lg-2" id="theme-toggle" type="button">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-circle-half" viewBox="0 0 16 16">
|
||||
<path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"/>
|
||||
</svg>
|
||||
</button>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/admin" target="_blank">Админка</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user