Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -225,7 +225,7 @@
|
|
| 225 |
<div class="radio-group">
|
| 226 |
<!-- MODIFIÉ: Structure sémantique et accessible des boutons radio -->
|
| 227 |
<div class="radio-option">
|
| 228 |
-
<input type="radio" id="style-light" name="resolution-style" value="light">
|
| 229 |
<label for="style-light" class="radio-content-wrapper">
|
| 230 |
<div class="radio-icon">📝</div>
|
| 231 |
<div class="radio-content">
|
|
@@ -235,7 +235,7 @@
|
|
| 235 |
</label>
|
| 236 |
</div>
|
| 237 |
<div class="radio-option">
|
| 238 |
-
<input type="radio" id="style-colorful" name="resolution-style" value="colorful"
|
| 239 |
<label for="style-colorful" class="radio-content-wrapper">
|
| 240 |
<div class="radio-icon">🌈</div>
|
| 241 |
<div class="radio-content">
|
|
|
|
| 225 |
<div class="radio-group">
|
| 226 |
<!-- MODIFIÉ: Structure sémantique et accessible des boutons radio -->
|
| 227 |
<div class="radio-option">
|
| 228 |
+
<input type="radio" id="style-light" name="resolution-style" value="light" checked>
|
| 229 |
<label for="style-light" class="radio-content-wrapper">
|
| 230 |
<div class="radio-icon">📝</div>
|
| 231 |
<div class="radio-content">
|
|
|
|
| 235 |
</label>
|
| 236 |
</div>
|
| 237 |
<div class="radio-option">
|
| 238 |
+
<input type="radio" id="style-colorful" name="resolution-style" value="colorful">
|
| 239 |
<label for="style-colorful" class="radio-content-wrapper">
|
| 240 |
<div class="radio-icon">🌈</div>
|
| 241 |
<div class="radio-content">
|