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

16 lines
No EOL
615 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Retro Bowl</title>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon">
<script src="/index.js"></script>
</head>
<body>
<iframe id="innerFrame" name="innerFrame"
sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads"
frameborder="0" allowfullscreen=""
src="/tylerpalko/retrobowl"
style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
</iframe>
</body>
</html>