git add .
git commit -m "feat: improve wheel UI with gold pointer and center circle sync"
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>گردونه شانس</h1>
|
||||
<canvas id="wheel" width="400" height="400"></canvas>
|
||||
<br>
|
||||
<button id="spin-btn">بچرخون!</button>
|
||||
<p id="result"></p>
|
||||
|
||||
<div class="page">
|
||||
<h1>گردونه شانس</h1>
|
||||
<div class="wheel-wrapper">
|
||||
<canvas id="wheel" width="500" height="500"></canvas>
|
||||
</div>
|
||||
<button id="spin-btn">بچرخون!</button>
|
||||
<div id="result"></div>
|
||||
</div>
|
||||
<script type="module" src="assets/js/wheel.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user