-
Notifications
You must be signed in to change notification settings - Fork 1
index.html
ahmadialireza220-wq edited this page Sep 12, 2025
·
1 revision
<title>Нарды</title>
<script src="script.js"></script>
<table class='dice'>
<tr>
<td id='dice3'>
<canvas>
</td>
<td id='dice1'>
<canvas>
</td>
<td id='dice2'>
<canvas>
</td>
<td id='dice4'>
<canvas>
</td>
</tr>
<tr>
<td></td>
<td id='drop' colspan="2" onclick='drop()'>Бросить</td>
<td></td>
</tr>
</table>
<div class='home dark' id='home1' onclick="moveHome()">
</div>
<div class='home dark' id='home2' onclick="moveHome()">
</div>