added Learn-To-Fly-2
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Home | Schoology</title>
|
||||
<link rel="icon" href="https://asset-cdn.schoology.com/sites/all/themes/schoology_theme/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<script src="/js/main.js"></script>
|
||||
<div id="ruffle" width="100%" height="100%"></div>
|
||||
<script src="ruffle.js"></script>
|
||||
<script>
|
||||
window.RufflePlayer = window.RufflePlayer || {};
|
||||
window.addEventListener("load", (event) => {
|
||||
const ruffle = window.RufflePlayer.newest();
|
||||
const player = ruffle.createPlayer();
|
||||
const container = document.getElementById("ruffle");
|
||||
player.id = "player";
|
||||
player.style.width = "100%";
|
||||
player.style.height = "100%";
|
||||
container.appendChild(player);
|
||||
player.load("learn-to-fly-2-11967.swf");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
+1
-1
@@ -93,9 +93,9 @@
|
||||
<a href="games/plantsvszom.html">Plants vs. Zombies</a>
|
||||
<a href="/games/code castle 0.7.html">code castle 0.7</a>
|
||||
<a href="/games/random tycoon thing.html">random tycoon thing</a>
|
||||
<a href="/roberts games/Learn-To-Fly-3-main/Learn-To-Fly-3-main/index.html">Learn To Fly 3 idk if it works</a>
|
||||
<a href="/games/Basketball-Legends-2020-gh-pages/Basketball-Legends-2020-gh-pages/index.html">Basketball Legends 2020</a>
|
||||
<a href="/games/nacho-cs.github.io-main/nacho-cs.github.io-main/index.html">cluster rush</a>
|
||||
<a href="/games/Learn-To-Fly-2-main/Learn-To-Fly-2-main/index.html">Learn To Fly 2 let it cook</a>
|
||||
</head>
|
||||
</form>
|
||||
<div id="disqus_thread"></div>
|
||||
|
||||
Reference in New Issue
Block a user