remove colons from forms

This commit is contained in:
2022-12-20 18:03:07 -08:00
parent 8341b88c76
commit c4d607570e
2 changed files with 6 additions and 6 deletions

View File

@@ -14,9 +14,9 @@
<fieldset>
<legend>Proxmox VE Login</legend>
<div class="labels-inputs">
<label for="username">Username:</label>
<label for="username">Username</label>
<input type="text" id="username" name="username">
<label for="username">Password:</label>
<label for="username">Password</label>
<input type="password" id="password" name="password">
</div>
</fieldset>