added id tags to the input fields of the login page

This commit is contained in:
2022-06-07 22:17:24 +02:00
parent d12782ae5c
commit faed871b19

View File

@@ -33,8 +33,8 @@
</head>
<body>
<form method="post">
<input type="text" name="user_name"><br><br>
<input type="password" name="password"><br><br>
<input id="text" type="text" name="user_name"><br><br>
<input id="text" type="password" name="password"><br><br>
<input id="button" type="submit" value="Login"><br><br>
</form>