mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 07:47:42 +02:00
17 lines
560 B
HTML
17 lines
560 B
HTML
{% load static %}
|
|
<div class="header-container fixed-top">
|
|
<header class="header navbar navbar-expand-sm">
|
|
|
|
<ul class="navbar-item theme-brand flex-row text-center">
|
|
<li class="nav-item theme-logo">
|
|
<a href="index.html">
|
|
<img src="{% static 'img/people.png' %}" class="navbar-logo" alt="logo">
|
|
</a>
|
|
</li>
|
|
<li class="nav-item theme-text">
|
|
<a href="index.html" class="nav-link"> reNgine </a>
|
|
</li>
|
|
</ul>
|
|
</header>
|
|
</div>
|