Spaces:
Sleeping
Sleeping
Create koles.html
Browse files- koles.html +12 -0
koles.html
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html>
|
| 3 |
+
<head>
|
| 4 |
+
<title>Spin N Win</title>
|
| 5 |
+
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap" rel="stylesheet">
|
| 6 |
+
<link rel="stylesheet" href="css/main.css">
|
| 7 |
+
<script src="js/phaser.min.js"></script>
|
| 8 |
+
<script src="js/main.js"></script>
|
| 9 |
+
</head>
|
| 10 |
+
<body>
|
| 11 |
+
</body>
|
| 12 |
+
</html>
|