Commit ·
28acae1
1
Parent(s): b0859a9
Update 60secondburgerrun/index.html
Browse files
60secondburgerrun/index.html
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
const player = ruffle.createPlayer();
|
| 15 |
const container = document.getElementById("container");
|
| 16 |
container.appendChild(player);
|
| 17 |
-
player.load("flash.swf");
|
| 18 |
});
|
| 19 |
</script>
|
| 20 |
</body>
|
|
|
|
| 14 |
const player = ruffle.createPlayer();
|
| 15 |
const container = document.getElementById("container");
|
| 16 |
container.appendChild(player);
|
| 17 |
+
player.load("https://cdn.jsdelivr.net/gh/jacojanze/flash@master/60sbr.swf");
|
| 18 |
});
|
| 19 |
</script>
|
| 20 |
</body>
|