aqhome-cgi: more work

This commit is contained in:
Martin Preuss
2025-06-16 23:31:53 +02:00
parent b498a445b2
commit 06886e0094
8 changed files with 244 additions and 41 deletions

View File

@@ -4,8 +4,8 @@
<h3>Enter your login credentials</h3>
<form action="login" method="post">
<label for="first">Username:</label>
<input type="text" id="first" name="first" placeholder="Enter your Username" required>
<label for="userid">Username:</label>
<input type="text" id="userid" name="userid" placeholder="Enter your Username" required>
<label for="password">Password:</label>
<input type="password" id="password" name="password" placeholder="Enter your Password" required>