Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ <h1 class="h1"><u> CITY HOSPITAL</u></h1><br>
<br>
<br>
<form method="post" action="login.php">
<span> Username:</span>
Username:
<input type="text" id="d1" placeholder="Enter Username" name="username" title="username must have 20 characters" style="height:50px; width:200px"; >
</input><br/>

<span> Password:</span>
<input type="password" id="d2" placeholder="Enter password" placeholder="Enter password" name="password" title="it must contain 10 digits or symbols or characters" style="height:50px;width:200px";>
Password:
<input type="password" id="d2" placeholder="Enter password" name="password" title="it must contain 10 digits or symbols or characters" style="height:50px;width:200px";>
</input><br><br>

<input type="submit" >
Expand Down