little fixes
This commit is contained in:
parent
91f55f7219
commit
d376e7fc50
6
game.php
6
game.php
@ -47,11 +47,11 @@
|
||||
🔎
|
||||
<?php
|
||||
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>
|
||||
<input id='colorPicker' type="color" value='#00008b'/>
|
||||
<label for="colorPicker">🎨</label>
|
||||
<input id="colorPicker" type="color" value="#00008b"/>
|
||||
</div>
|
||||
<div>
|
||||
<button type="reset">Tout effacer</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user