added LearnToFly
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Learn to fly - Unblcoked Games 76</title>
|
||||
<link rel="icon" type="image/x-icon" href="learntofly.png" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="learntofly.png" />
|
||||
<script type="text/javascript" src="https://ubg76.github.io/cloak.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<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("learntofly.swf");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
File diff suppressed because one or more lines are too long
+2
-1
@@ -95,7 +95,8 @@
|
||||
<a href="/games/random tycoon thing.html">random tycoon thing</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>
|
||||
<a href="/games/Learn-To-Fly-2-main/Learn-To-Fly-2-main/index.html">Learn To Fly 2 i no work</a>\
|
||||
<a href="/games/LearnToFly-main/LearnToFly-main/index.html"> 1LearnToFly</a>
|
||||
</head>
|
||||
</form>
|
||||
<div id="disqus_thread"></div>
|
||||
|
||||
Reference in New Issue
Block a user