HEX
Server: LiteSpeed
System: Linux d8 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
User: wbwebdes (3015)
PHP: 8.1.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/wbwebdes/domains/legal.wb-webdesign.com/private_html/404.shtml
<!DOCTYPE html>
<html lang="nl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Pagina niet gevonden</title>
    <link rel="icon" href="uploads/favion.png" type="image/svg+xml">
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background: url('uploads/background.jpg') no-repeat center center fixed;
            background-size: cover;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
        }
        .container {
            background: rgba(0, 0, 0, 0.5);
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        h1 {
            font-size: 100px;
            margin-bottom: 20px;
            font-weight: bold;
            letter-spacing: 2px;
        }
        p {
            font-size: 20px;
            margin-bottom: 30px;
        }
        a {
            color: #00bcd4;
            font-size: 18px;
            text-decoration: none;
            border: 2px solid #00bcd4;
            padding: 10px 20px;
            border-radius: 4px;
            transition: 0.3s;
        }
        a:hover {
            background-color: #00bcd4;
            color: #fff;
            text-decoration: none;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>404</h1>
        <p>Oeps! De pagina die je zoekt, is niet gevonden.</p>
        <p><a href="/">Ga terug naar de homepage</a></p>
        <h1>404</h1>
        <p>Oeps! The page you were looking for is not found.</p>
        <p><a href="/">Go back to the homepage</a></p>
    </div>
</body>
</html>