mirror of
https://github.com/Adam-Ant/ClockworkAprilFools2017
synced 2025-06-29 07:50:57 +00:00
Enforce client-side validation of present username
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<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>
|
||||
</form>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user