Skip to content

Commit

Permalink
ooo
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed May 18, 2024
1 parent 17371d3 commit 1fd1ac7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ <h1 class="main-header-title-text2">cl</h1>

<button class="standard-button" onclick="window.location.href='about.html'">À-propos</button>
<select name="sort-teachers" id="sortTeachers" class="standard-select">
<option value="best-rating">Le meilleur score</option>
<option value="worst-rating">Le pire score</option>
<option value="most-ratings">Le plus de votes</option>
<option value="least-ratings">Le moins de votes</option>
<option value="alphabet">A..Z</option>
<option value="best_score">Le meilleur score</option>
<option value="worst_score">Le pire score</option>
<option value="most_votes">Le plus de votes</option>
<option value="least_votes">Le moins de votes</option>
</select>
<button class="standard-button" onclick="window.location.href='rules.html'">Règles</button>

Expand Down

0 comments on commit 1fd1ac7

Please sign in to comment.