-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cb8439
commit 9379545
Showing
8 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Binding of Isaac| BCHS Unblocked Games</title> | ||
<link rel="icon" type="image/x-icon" href="bigredbutton.png" /> | ||
<link rel="shortcut icon" type="image/x-icon" href="bigredbutton.png" /> | ||
</head> | ||
<body> | ||
<script src="/js/main.js"></script> | ||
<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("swf.swf"); | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Binding of Isaac| BCHS Unblocked Games</title> | ||
<link rel="icon" type="image/x-icon" href="bigredbutton.png" /> | ||
<link rel="shortcut icon" type="image/x-icon" href="bigredbutton.png" /> | ||
</head> | ||
<body> | ||
<script src="/js/main.js"></script> | ||
<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("swf.swf"); | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.