Skip to content

Commit

Permalink
Create btd5.html
Browse files Browse the repository at this point in the history
  • Loading branch information
starg3n authored Dec 6, 2024
1 parent 2992cfc commit 9beb263
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions flashgames/btd5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!doctype html>
<html>
<head>
<title>☆ tboi ☆</title>
<link rel="icon" type="image/x-icon" href="/data/favicon.ico">
<link rel="stylesheet" href="/data/style.css">
<script src="/data/indexscript.js"></script>
</head>
<body>

<div style="text-align:center">

<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.ruffle().load("https://drive.google.com/drive/folders/1-IcQheSM4RpVr2VfaKFuMXzTzGDOFqKm");
});
</script>
<script src="path/to/ruffle/ruffle.js"></script>

<!--<a href="https://github.com/starg3n/starg3n.github.io">☆ github page ☆</a>-->
<a href="flashgamesindex.html"><button>☆ go back ☆</button></a>
<!-- <a href='https://archlinux.org/' target='_blank'><img src='https://starg3n.github.io/data/arch.gif' alt='i use arch!!!!!!!!!'></a> -->
<p></p>
</div>

</body>
</html>

0 comments on commit 9beb263

Please sign in to comment.