File tree 2 files changed +37
-0
lines changed
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < style >
7
+ body , html {
8
+ margin : 0 ;
9
+ padding : 0 ;
10
+ width : 100% ;
11
+ height : 100% ;
12
+ overflow : hidden;
13
+ }
14
+
15
+ object {
16
+ position : absolute;
17
+ top : 0 ;
18
+ left : 0 ;
19
+ width : 100% ;
20
+ height : 100% ;
21
+ display : block;
22
+ margin : 0 ;
23
+ padding : 0 ;
24
+ }
25
+ </ style >
26
+ < title > Scratch 2</ title >
27
+ </ head >
28
+ < body >
29
+ < object type ="application/x-shockwave-flash " data ="Scratch.swf ">
30
+ < param name ="movie " value ="Scratch.swf " />
31
+ < param name ="quality " value ="high " />
32
+ < param name ="bgcolor " value ="#ffffff " />
33
+ </ object >
34
+ < p > Right click to go fullscreen!</ p >
35
+ </ body >
36
+ < script src ="https://unpkg.com/@ruffle-rs/ruffle "> </ script >
37
+ </ html >
You can’t perform that action at this time.
0 commit comments