hfkfhkfhgjkuhgfkjfghkj

This commit is contained in:
Local Dev
2025-02-03 12:03:51 -05:00
commit fd36f0f4bf
302 changed files with 22625 additions and 0 deletions

13
app/views/nav/main.html Executable file
View File

@ -0,0 +1,13 @@
<nav class="navbar navbar-md-expand justify-content-center">
<div class="container-fluid">
<ul class="navbar-nav mx-auto">
{LOOP}
<li class="nav-item">
<a href="{url}" class="nav-link text-white">
{text}
</a>
</li>
{/LOOP}
</ul>
</div>
</nav>