<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, center">
    <title>Wikispooks - DDOS defence - Human Verification</title>
    <style>
        body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; text-size: 44px; margin: 0; background-color: #f4f4f4; }
        .box { border: 1px solid #ccc; padding: 40px; background: white; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
        a { display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; margin-top: 20px; }
        a:hover { background-color: #0056b3; }
    </style>
</head>
<body>
    <div class="box">
        <h2><img src="/misc/triangle.png" width="32px"/> Sorry to interrupt your browsing...</h2>
        <p>We are currently experiencing a DDOS attack, so we need to ensure you are not a bot.</p>
        <p></p>
        <p>If you are a human, click here:
			<a href="/w/welcome_back.php?goto=%2Fw%2Findex.php%3Ftitle%3DSpecial%3ARecentChanges%26feed%3Datom">I <i>am</i> a <img src="../misc/person.png" height="16px"/>. 😀</a>
        </p>
        <p>Otherwise, click here:
			<a href="https://www.google.com">I am a <img src="../misc/bot.png" height="16px"/>. ☹️</a>
		</p>
    </div>
</body>
</html>

