Skip to content

Commit dcf2ea5

Browse files
authored
Add files via upload
1 parent 4c6517b commit dcf2ea5

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

Diff for: SharpBleedingEdge.swf

3.2 MB
Binary file not shown.

Diff for: sharp.html

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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>

0 commit comments

Comments
 (0)