diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index a2d890e..af33466 100644 --- a/www/index.html +++ b/www/index.html @@ -23,10 +23,10 @@ <strong>Questionnaire</strong> <form id="monform" action="page.php"> <p class="formulaire"> - Votre nom :<input type="text" name="username"> + Votre nom :<input type="text" name="username" required> </p> <p class="formulaire"> - Votre OS : <select name="os" maxlength=7> + Votre OS : <select name="os" maxlength=7 required> <option label="------"></option> <option>Mac Os</option> <option>Windows</option> |
