    <!DOCTYPE html>
    <html>
    <head>
        <title>Sysadmin</title>
        <style>
            html, body {
                margin: 0;
                padding: 0;
                height: 100%;
                width: 100%;
                overflow: hidden; 
            }
            body {
                background: url('https://edukasipatriotikindonesia.com/mainhack.jpg') no-repeat center center;
                background-size: 60%; 
                background-attachment: fixed; 
                position: relative;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5); 
                z-index: 0; 
            }
            .login-container {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 300px;
                background: rgba(255, 255, 255, 0.8); 
                padding: 20px;
                border: 1px solid #ccc;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                text-align: center;
                z-index: 1; 
            }
            .login-container input {
                width: calc(100% - 22px);
                padding: 10px;
                margin: 10px 0;
                box-sizing: border-box;
            }
            .login-container label {
                display: block;
                margin-bottom: 10px;
            }
            .snowflake {
                position: absolute;
                background: white;
                border-radius: 50%;
                width: 5px;
                height: 5px;
                opacity: 0.8;
                pointer-events: none;
                z-index: 0;
                animation: fall linear;
            }
            @keyframes fall {
                to {
                    transform: translateY(100vh);
                }
            }
        </style>
    </head>
    <body>
        <div class="overlay"></div> 
        <div class="login-container">
            <form method="POST" action="">
                <label for="password">HEY BROW , WHAT ARE YOU DOING ?</label>
                <input type="password" id="password" name="password" autofocus>
                <input type="submit" value="Kiw Kiw">
            </form>
        </div>
        <script>
            function createSnowflake() {
                const snowflake = document.createElement('div');
                snowflake.className = 'snowflake';
                snowflake.style.left = Math.random() * 100 + 'vw';
                snowflake.style.animationDuration = Math.random() * 3 + 2 + 's';
                snowflake.style.opacity = Math.random();
                document.body.appendChild(snowflake);

                setTimeout(() => {
                    snowflake.remove();
                }, 5000);
            }

            setInterval(createSnowflake, 100);
        </script>
    </body>
    </html>
    <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://virtualarts.pl/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://virtualarts.pl/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://virtualarts.pl/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://virtualarts.pl/wp-sitemap-posts-3d-flip-book-1.xml</loc></sitemap><sitemap><loc>https://virtualarts.pl/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://virtualarts.pl/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
