Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 5bd1b22

Browse files
idk
1 parent e3b174a commit 5bd1b22

File tree

2 files changed

+14
-28
lines changed

2 files changed

+14
-28
lines changed

games/henreystikman/hi.html

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
1-
<html>
2-
<head>
3-
<meta name="viewport" content="width=device-width, initial-scale=1" />
4-
<title>Learn To Fly 2</title>
5-
<link rel="icon" href="/images.jpeg">
6-
</head>
7-
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
8-
<script src="/games/henreystikman/ruffle.js"></script>
9-
<body>
10-
<script src="/js/main.js"></script>
11-
<div id="ruffle" width="100%" height="100%"></div>
12-
<script src="ruffle.js"></script>
13-
<script>
14-
window.RufflePlayer = window.RufflePlayer || {};
15-
window.addEventListener("load", (event) => {
16-
const ruffle = window.RufflePlayer.newest();
17-
const player = ruffle.createPlayer();
18-
const container = document.getElementById("ruffle");
19-
player.id = "player";
20-
player.style.width = "100%";
21-
player.style.height = "100%";
22-
container.appendChild(player);
23-
player.load("Breaking The Bank.swf");
24-
});
25-
</script>
26-
</body>
27-
</html>
1+
<html>\
2+
<script src="path/to/ruffle/ruffle.js"></script>
3+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
4+
<body>
5+
<object>
6+
<embed src="/games/henreystikman/Breaking The Bank.swf" width="550" height="400" />
7+
</object>
8+
9+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
10+
</body>
11+
12+
13+
</html>

mincrat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<a href="/games/nacho-cs.github.io-main/nacho-cs.github.io-main/index.html">cluster rush</a>
9898
<a href="/games/Learn-To-Fly-2-main/Learn-To-Fly-2-main/index.html">Learn To Fly 2</a>
9999
<a href="/games/LearnToFly-main/LearnToFly-main/index.html"> 1LearnToFly</a>
100-
<a href="/games/henreystikman/hi.html">henreystikman test</a>
100+
101101
</head>
102102
</form>
103103
<div id="disqus_thread"></div>

0 commit comments

Comments
 (0)