pages/assets/games/whg/index.html
2025-04-11 17:59:06 -04:00

35 lines
No EOL
1.2 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>World's Hardest Game</title>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon">
<script src="/index.js"></script>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=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="/reider/storage/gxmes/hardestgame/hardestgame.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>