initial commit

This commit is contained in:
Raphael 2021-07-30 12:33:40 +02:00
parent 71949b8536
commit 1d6185b18c
3 changed files with 8 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@
<div class="ui icon menu overflow-auto">
<a href="{{ url_for('index') }}"><div class="item">
<img alt="Yotter simple logo" src="{{ url_for('static',filename='img/logo_simple.png') }}">
<img alt="Yotter simple logo" src="{{ url_for('static',filename='img/logo_white.png') }}">
</div></a>
{% if current_user.is_anonymous %}
<a href="{{ url_for('login') }}" class="item">Login</a>