after Ksenia

This commit is contained in:
2025-11-18 20:50:54 +03:00
parent 93bd25e8eb
commit f53840c125
67 changed files with 1892 additions and 228 deletions

View File

@@ -0,0 +1,16 @@
{% block css %} {% endblock %} {% block body %}
<header>
<a href="https://perm.kodorvan.tech" id="logotype" class="unselectable">
<h4>КОДОРВАНЬ</h4>
<small>реальных программистов</small>
</ф>
<nav id="menu" class="unselectable">
<a href="https://git.svoboda.works/kodorvan">Проекты</a>
<a href="#contacts">Контакты</a>
<a href="#services">Услуги</a>
</nav>
</header>
{% endblock %} {% block js %} {% endblock %}