little fixes

This commit is contained in:
Adrien MALINGREY 2020-10-09 02:40:35 +02:00
parent 91f55f7219
commit d376e7fc50

View File

@ -47,11 +47,11 @@
🔎 🔎
<?php <?php
for($value=1; $value<=9; $value++) { for($value=1; $value<=9; $value++) {
echo " <button type='button' onclick='showValue(this.textContent)'>$value</button>\n"; echo " <button type='button' onclick='showValue(\"$value\")'>$value</button>\n";
} }
?> ?>
<label for="colorPicjer">🎨</label> <label for="colorPicker">🎨</label>
<input id='colorPicker' type="color" value='#00008b'/> <input id="colorPicker" type="color" value="#00008b"/>
</div> </div>
<div> <div>
<button type="reset">Tout effacer</button> <button type="reset">Tout effacer</button>