Files
fast_api_livetse/frontend/index.html
Anahita-Mahmoudi 1618580439 git add .
git commit -m "feat: improve wheel UI with gold pointer and center circle sync"
2026-05-30 13:16:11 +03:30

19 lines
502 B
HTML

<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<title>گردونه شانس</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<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>