1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00

chg: Change the button in login dialog

This commit is contained in:
Sayantan Santra 2024-04-10 13:33:30 -05:00
parent 0192c26fd0
commit 51c6817487
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

@ -75,7 +75,7 @@
<form class="pure-form" name="login-form">
<p>Please enter password to access this website</p>
<input type="password" id="password" />
<button class="pure-button pure-button-primary" value="default">Submit</button>
<button class="pure-button pure-button-primary" value="default">Log in</button>
<p id="wrong-pass">&nbsp;</p>
</form>
</dialog>