<!doctype html> <html lang="en"> <head> <link type="image/ico" rel="icon" href="https://flappybird.ee/wp-content/uploads/fbrfg/apple-touch-icon.png"/> <meta charset="UTF-8"> <meta name="robots" content="noindex,nofollow" /> <title>Flappy Bird</title> <style>iframe{width: 100vw; height: 100vh;}body{margin:0}</style> <body> <iframe title="Game Container" id="iframe-lazyload-src" allow="autoplay; fullscreen; picture-in-picture; cross-origin-isolated" src="https://flappybird.ee/game/" width="100%" height="100%" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe> <script async src="https://www.googletagmanager.com/gtag/js?id=G-NP2SJRD4RX"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-NP2SJRD4RX'); </script> </body> </html>