added id tags to the input fields of the login page
This commit is contained in:
@@ -33,8 +33,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<input type="text" name="user_name"><br><br>
|
<input id="text" type="text" name="user_name"><br><br>
|
||||||
<input type="password" name="password"><br><br>
|
<input id="text" type="password" name="password"><br><br>
|
||||||
|
|
||||||
<input id="button" type="submit" value="Login"><br><br>
|
<input id="button" type="submit" value="Login"><br><br>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user