Change to new domain

This commit is contained in:
2025-12-31 12:01:40 +03:00
parent 24c7727191
commit c4d06e65ef
7 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<header>
{%- if request.path != url_for('index') %}
<a href="{{ url_for('index') }}">Coders Squad</a>
<a href="{{ url_for('index') }}">Lair</a>
{%- else %}
<div></div>
{%- endif %}