Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Sushiria
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttferren authored Feb 28, 2024
1 parent 77c2769 commit ac92ceb
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions games/papas-sushiria/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


<!DOCTYPE HTML>
<html lang="en">
<head>
Expand All @@ -19,32 +17,16 @@
<title>Papa's Sushiria | Opium</title>
<link rel="stylesheet" href="/css/index.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-20CSCVKLF3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
<script async src="https://www.googletagmanager.com/gtag/js?id=G-20CSCVKLF3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-20CSCVKLF3');
</script>
gtag('config', 'G-20CSCVKLF3');
</script>
</head>
<body style="margin: 0; padding: 0">
<div
id="container"
style="position: absolute; width: auto; height: auto; inset: 0"
></div>
<script src="../ruffle/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("container");
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("sushiria.swf");
});
</script>
<iframe src="https://cocaine.pages.dev/games/flash/sushiria" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none;"></iframe>
</body>
</html>

0 comments on commit ac92ceb

Please sign in to comment.