Files
moon-gaming/games/henreystikman/Crossing The Pit.html
T
2024-10-02 21:06:15 +00:00

18 lines
508 B
HTML

<html>
<body>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("container");
container.appendChild(player);
player.load("Breaking The Bank.swf");
});
</script>
<script src="/games/henreystikman/ruffle.js"></script>
</body>
</html>