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
17 changed files with 312 additions and 239 deletions
Showing only changes of commit 38da1f476e - Show all commits

View File

@@ -15,7 +15,7 @@
<h1>Login</h1> <h1>Login</h1>
<form method="post" class="center"> <form method="post" class="center">
<label for="password">Password:</label> <label for="password">Password:</label>
<input type="password" id="password" name="password" required> <input type="password" id="password" name="password" required autofocus>
<br> <br>
<br> <br>
<input type="submit" value="Login" class="button"> <input type="submit" value="Login" class="button">
@@ -29,4 +29,4 @@
</main> </main>
</div> </div>
</body> </body>
</html> </html>