You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
378 B
11 lines
378 B
<section>
|
|
<h1>
|
|
Choisir une difficulté:
|
|
</h1>
|
|
|
|
<div class="btn">
|
|
<button routerLink="/sudoku/easy" mat-flat-button color="primary">easy</button>
|
|
<button routerLink="/sudoku/medium" mat-flat-button color="primary">medium</button>
|
|
<button routerLink="/sudoku/hard" mat-flat-button color="primary">hard</button>
|
|
</div>
|
|
</section> |