mirror of
https://github.com/Adam-Ant/ClockworkAprilFools2017
synced 2024-12-20 11:04:35 +00:00
Enforce client-side validation of present username
This commit is contained in:
parent
762cb0b9c3
commit
f8a2207481
@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
Username: <input type="text" name="username">
|
Username: <input type="text" name="username" required>
|
||||||
<button type="submit">Get me that juicy Plus!</button>
|
<button type="submit">Get me that juicy Plus!</button>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user