chore(release): 0.2.0 #8

Merged
pufereq merged 47 commits from release/0.2.0 into main 2025-08-26 17:58:45 +00:00
15 changed files with 272 additions and 65 deletions
Showing only changes of commit 8b418a7d52 - Show all commits

View File

@@ -9,8 +9,8 @@
<body>
<div id="wrapper">
<header>
<h1><a href="{{ url_for('index') }}">judas</a></h1>
<p><a class="button" href="{{ url_for('logout') }}">Logout</a></p>
<h1><a href="{{ url_for('index.index') }}">judas</a></h1>
<p><a class="button" href="{{ url_for('auth.logout') }}">Logout</a></p>
</header>
<main>
<h2 class="center">Select a PC to Control</h2>
@@ -39,4 +39,4 @@
</main>
</div>
</body>
</html>
</html>