pages/assets/games/airship/index.html
2025-04-11 17:30:48 -04:00

41 lines
No EOL
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
crossorigin="anonymous"></script>
<title>Infiltrating the Airship</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script src="index.js"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-M9KJ1XPKLF');
</script>
<!--Google Analytics-->
<style>
html, body {
background-color: black;
margin: 0;
height: 100%;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<object data="https://file.garden/Z-2H6tWhPAglb48I/infiltratingtheairship.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>