We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dans la homepage, une balise fieldset est présent au niveau du titre "Your nickname (obligatoire)" Il faut supprimer cet élément.
<fieldset> <div class="form-group col-9"> <label class="fs-4 my-3" for="pseudo" data-i18n="welcome.pseudo">Your nickname (mandatory)</label> <input type="text" class="form-control" id="pseudo" required="" oninput="setCustomValidity('')" data-i18n="welcome.placeholder_enterPseudo;welcome.oninvalid_errorMessageEmptyPseudo" placeholder="Enter your nickname" oninvalid="this.setCustomValidity("Please enter a nickname")"> </div> <button type="submit" class="btn fs-3 p-2 btn-primary mt-4" id="start" data-i18n="welcome.buttonStartAdventure">Start the adventure</button> </fieldset>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dans la homepage, une balise fieldset est présent au niveau du titre "Your nickname (obligatoire)"
Il faut supprimer cet élément.
The text was updated successfully, but these errors were encountered: