forked from sebastian-92/sebastian-92.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2.0a.html
37 lines (36 loc) · 948 Bytes
/
2.0a.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
}
</style>
<title>Sharp Scratch Mod</title>
</head>
<body>
<object type="application/x-shockwave-flash" data="2.0a.swf">
<param name="movie" value="2.0a.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
</object>
<p>Right click to go fullscreen!</p>
</body>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</html>