1000w123
搜索
最近更改
媒体管理器
网站地图
显示页面
过去修订
反向链接
登录
您在这里:
start
»
arcade-games
»
96_flag_rally
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== '96 Flag Rally ====== <html> <style> .container { position: relative; width: 600px; height: 450px; } .image { width: 100%; height: 100%; } .play-button { position: absolute; bottom: 20%; left: 50%; transform: translate(-50%, 50%); background-color: rgba(0, 0, 0, 0.6); color: white; border: none; padding: 20px 180px; cursor: pointer; font-size: 96px; } </style> <div class="container"> <img src="/_media/arcade-games/2025-01-06_12-48-51.png" class="image" alt="Image"> <button class="play-button" onclick="loadIframe()">PLAY NOW</button> </div> <div id="iframeContainer"></div> <script type="text/javascript"> function loadIframe() { var iframe = document.createElement('iframe'); iframe.src = 'https://www.retrogames.cc/embed/33038-96-flag-rally.html'; iframe.width = '600'; iframe.height = '450'; iframe.frameBorder = 'no'; iframe.allowFullscreen = true; iframe.webkitallowfullscreen = true; iframe.mozallowfullscreen = true; iframe.scrolling = 'no'; var container = document.querySelector('.container'); container.parentNode.replaceChild(iframe, container); } </script> </html> {{tag>}} ~~DISCUSSION~~
回到顶部