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/login page
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>LOGIN PAGE</title>
<style>
body {
background: #fff;
background: #ffffff;
padding-top: 20px;
}
p {
Expand Down Expand Up @@ -65,10 +65,10 @@ button {
<div class="form">
<input type="text" placeholder="Name"
name="user" id="user"/>
<label for="user">Enter Name</label>
<label for="user">Enter Your Name</label>
</div>
<div class="form">
<input type="number" placeholder="Pin" size="4"
<input type="number" placeholder="Pin" size="8"
name="pass" id="pass"/>
<label for="pass">Enter Pin</label>
</div>
Expand Down