1
0
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:
Joe Groocock 2017-03-31 20:30:00 +01:00
parent 762cb0b9c3
commit f8a2207481
Signed by untrusted user: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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>