jacobinathanialpeterson's picture
Update learntofly2/index.html
b0859a9
raw
history blame
748 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<meta charset="UTF-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
</head>
<body>
<div id="container" width="1000px"></div>
<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("https://cdn.jsdelivr.net/gh/jacojanze/flash@master/ltf2.swf");
});
</script><script></script>
</body>
</html>