
                <!DOCTYPE html>
                    <head>
                                            <meta name='robots' content='noindex, nofollow' />

                        <meta charset='utf-8' />
                        <meta name='viewport' content='width=device-width, initial-scale=1'>
                    </head>
                    <body>
                        <div class='page-protector-container'>
                            
                <style>
                    .page-protector-container {
    width: 400px;
    max-width: calc(100vw - 20px);
    height: 150px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

p, legend {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    color: #6F6F6F;
}

button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    padding: 0.5em 1em;
    background-color: #006DD3;
    color:#fff;
    text-decoration: none;
    border: 0 rgba(0,0,0,0);
    border-radius: 2px;
}
button:hover,
button:focus {
    background-color: #007DD2;
}
button:focus {
    outline: 0;
}

input[type='text'],
input[type='password'] {
    font-size: 100%;
    padding: 0.5rem;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
                </style>
                <form class='PageProtectorForm' action='/sitemap.xml' method='post'>
                        <legend>This page is protected. You must log in to view it.</legend>
                        <input type='text' name='username' placeholder='Username' required />
                        <input type='password' name='pass' placeholder='Password' required />
                        <p><button type='submit' name='login'>Login</button></p>
                </form>
            
                        </div>
                    </body>
                </html>
                