psy4 / koleso.html
DmitrMakeev's picture
Update koleso.html
3d81750 verified
raw
history blame
578 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Spin N Win</title>
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://huggingface.co/spaces/DMTuit/psy4/resolve/main/css/main.css?download=true">
<script src="https://huggingface.co/spaces/DMTuit/psy4/resolve/main/js/main.js?download=true"></script>
<script src="https://huggingface.co/spaces/DMTuit/psy4/resolve/main/js/phaser.min.js?download=true"></script>
</head>
<body>
<div id="game-container"></div>
</body>
</html>