Change input type text to password
This commit is contained in:
parent
65159ba034
commit
b499467c2a
|
@ -14,7 +14,7 @@
|
||||||
<label align="center">Username:</label><br>
|
<label align="center">Username:</label><br>
|
||||||
<input align="center" type="text" name="username" value="Admin"><br>
|
<input align="center" type="text" name="username" value="Admin"><br>
|
||||||
<label>Password:</label><br>
|
<label>Password:</label><br>
|
||||||
<input align="center" type="text" name="password" value=""><br>
|
<input align="center" type="password" name="password" value=""><br>
|
||||||
<input align="center" type="submit" value="Submit">
|
<input align="center" type="submit" value="Submit">
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user