|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>Spin N Win</title> |
|
|
|
<link rel="stylesheet" href="https://huggingface.co/spaces/DMTuit/psy4/resolve/main/css/main.css"> |
|
<script src="https://huggingface.co/spaces/DMTuit/psy4/resolve/main/js/main.js"></script> |
|
|
|
</head> |
|
<body> |
|
|
|
|
|
<div id="game-container"></div> |
|
|
|
|
|
</body> |
|
</html> |
|
|
|
|
|
|
|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>Parcel Sandbox</title> |
|
<meta charset="UTF-8" /> |
|
<script defer src="src/index.js"></script> |
|
<link rel="stylesheet" href="src/styles.css" /> |
|
</head> |
|
|
|
<body> |
|
<div id="wheelOfFortune"> |
|
<canvas id="wheel" width="300" height="300"></canvas> |
|
<div id="spin">Пуск</div> |
|
</div> |
|
</body> |
|
</html> |
|
|