diff options
| author | jerome <jerome@xlinfo.fr> | 2025-09-03 17:27:07 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-09-03 17:27:07 +0200 |
| commit | 7f756990002dc0ec7b8ac026e1b2a40ebba819a3 (patch) | |
| tree | 217104306fcb1fd0120a9db6548dc0648b11bfff /www/index.html | |
| parent | 523245a857990540dc65148c19aec5aa7f120f9c (diff) | |
| download | http-7f756990002dc0ec7b8ac026e1b2a40ebba819a3.tar.gz http-7f756990002dc0ec7b8ac026e1b2a40ebba819a3.zip | |
Dockerfile
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> |
