refactor(stream.html): make logout button pretty and fix name in header

This commit is contained in:
2025-06-16 10:39:42 +02:00
committed by Artur Borecki
parent 75694f9200
commit 26fac14802

View File

@@ -8,8 +8,8 @@
<body>
<div id="wrapper">
<header>
<h1><a href="{{ url_for('panel') }}">judas panel</a></h1>
<p>Welcome, {{ username }}! <a href="{{ url_for('logout') }}">Logout</a></p>
<h1><a href="{{ url_for('index') }}">judas</a></h1>
<p><a class="button" href="{{ url_for('logout') }}">Logout</a></p>
</header>
</div>
</body>