chore(release): 0.1.0 #4

Merged
pufereq merged 53 commits from release/0.1.0 into main 2025-08-09 15:03:45 +00:00
4 changed files with 73 additions and 5 deletions
Showing only changes of commit 446e5fbc04 - Show all commits

View File

@@ -9,11 +9,11 @@
<body>
<div id="wrapper">
<header>
<h1>judas</h1>
<h1><a href="{{ url_for('index') }}">judas</a></h1>
{% if logged %}
<p>Welcome, {{ username }}! <a href="{{ url_for('logout') }}">Logout</a></p>
{% else %}
<p><a href="{{ url_for('login') }}">Login</a></p>
<p><a class="button" href="{{ url_for('login') }}">Login</a></p>
{% endif %}
</header>
</div>