Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
onlinemax committed Apr 20, 2024
1 parent b905032 commit df1e5c8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,22 @@ <h2>Remplir les informations suivantes: </h2>
<form id="info" method="get">
<fieldset>
<label for="author_count">Combien d'auteurs y a t'il:&nbsp
<select name="author_count" id="author_count">
<select name="author_count" id="author_count">
<option value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3 ou plus</option>
</select>
</label>

</fieldset>
<fielset>
<label for="lang">Dans quelle langue?:&nbsp
<select id="lang">
<option value="fr">french</option>
<option value="en">english</option>
</select>
</label>
</fielset>
<fieldset class="author" id="first_name1">
<label><p>Le prénom de l'auteur: </p><input autocomplete="off" id="nom" type="text">
</fieldset>
Expand Down

0 comments on commit df1e5c8

Please sign in to comment.