mirror of
https://github.com/Adam-Ant/ClockworkAprilFools2017
synced 2025-08-11 17:06:49 +00:00
Enforce client-side validation of present username
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user