feat: add user and admin page
This commit is contained in:
17
frontend/index.html
Normal file
17
frontend/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fa" dir="rtl">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>گردونه شانس</title>
|
||||
<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>
|
||||
|
||||
<script type="module" src="assets/js/wheel.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user