DmitrMakeev commited on
Commit
5d356ca
1 Parent(s): 3d81750

Update koleso.html

Browse files
Files changed (1) hide show
  1. koleso.html +24 -5
koleso.html CHANGED
@@ -2,10 +2,10 @@
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="https://huggingface.co/spaces/DMTuit/psy4/resolve/main/css/main.css?download=true">
7
- <script src="https://huggingface.co/spaces/DMTuit/psy4/resolve/main/js/main.js?download=true"></script>
8
- <script src="https://huggingface.co/spaces/DMTuit/psy4/resolve/main/js/phaser.min.js?download=true"></script>
9
  </head>
10
  <body>
11
 
@@ -14,4 +14,23 @@
14
 
15
 
16
  </body>
17
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  <html>
3
  <head>
4
  <title>Spin N Win</title>
5
+
6
+ <link rel="stylesheet" href="https://huggingface.co/spaces/DMTuit/psy4/resolve/main/css/main.css">
7
+ <script src="https://huggingface.co/spaces/DMTuit/psy4/resolve/main/js/main.js"></script>
8
+
9
  </head>
10
  <body>
11
 
 
14
 
15
 
16
  </body>
17
+ </html>
18
+
19
+
20
+
21
+ <!DOCTYPE html>
22
+ <html>
23
+ <head>
24
+ <title>Parcel Sandbox</title>
25
+ <meta charset="UTF-8" />
26
+ <script defer src="src/index.js"></script>
27
+ <link rel="stylesheet" href="src/styles.css" />
28
+ </head>
29
+
30
+ <body>
31
+ <div id="wheelOfFortune">
32
+ <canvas id="wheel" width="300" height="300"></canvas>
33
+ <div id="spin">Пуск</div>
34
+ </div>
35
+ </body>
36
+ </html>