<!DOCTYPE html>
        <html lang="en">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>&#x1F6AB;&#x1F4BB;&#x1F4A9;</title>
            <meta property="og:url" content="https://ihatethishackercrap.com" />
            <meta property="og:title" content="I hate this hacker crap!" />
            <meta property="og:description" content="I hate this hacker crap!" />
            <meta property="og:site_name" content="I hate this hacker crap!" />
            <meta property="og:image" content="https://i.giphy.com/DBfYJqH5AokgM.gif" />
            <meta name="twitter:card" content="summary_large_image" />
        </head>
        <style>
            html,
            body {
                margin: 0;
                padding: 0;
                height: 100%;
                width: 100%;
                overflow: hidden;
            }

            img {
                margin: 0;
                width: 100vw;
                height: 100vh;
                object-fit: cover;
                pointer-events: none;
                z-index: 1;
                position: relative;
                opacity: 1;
            }
            }
        </style>
        <body style="overscroll-behavior-x: auto;">
            <img src="https://i.giphy.com/DBfYJqH5AokgM.gif" />
        </body>
        </html>