colorPicker
This commit is contained in:
parent
dc6146d498
commit
a56d0b899d
2
game.php
2
game.php
@ -54,11 +54,13 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div id="buttons" class="buttons">
|
<div id="buttons" class="buttons">
|
||||||
|
🔎
|
||||||
<?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(this.textContent)'>$value</button>\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
<label for="colorPicjer">✏️</label>
|
||||||
<input id='colorPicker' type="color" value='#00008b'/>
|
<input id='colorPicker' type="color" value='#00008b'/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user