File size: 329 Bytes
04d1c4d |
1 2 3 4 5 6 7 8 9 10 11 12 |
<!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="css/main.css">
<script src="js/phaser.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
</body>
</html> |