<br />
<b>Notice</b>:  curl_setopt_array(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used instead in <b>/www/wwwroot/tvbox.baoma888.eu.org/index.php</b> on line <b>601</b><br />
<br />
<b>Deprecated</b>:  Function curl_close() is deprecated since 8.5, as it has no effect since PHP 8.0 in <b>/www/wwwroot/tvbox.baoma888.eu.org/index.php</b> on line <b>612</b><br />
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404</title>
    <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
    <style>
        body{
            background: linear-gradient(
                45deg,
                #9575cd,
                #7986cb
            );
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            padding: 0;
        }
        .back{
            width: 800px;
            height: 400px;
            margin: auto;
            background-color: rgba(255, 255,255, 0.2);
            backdrop-filter: blur(8px);
            border-radius: 15px;
            margin: 0 20px;
            display: flex;
            overflow: hidden;
            flex-wrap: wrap;
        }
        .back div{
            flex: 1 1 400px;
        }
        .img img{
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
        .text{
            color: #1376d2;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .text h1{
            font-size: 50px;
        }
        @media(max-width:855px){
            .img{
                height: 200px;
            }
            .text{
                align-items: flex-start;
            }
            .text h1{
                font-size: 40px;
            }
        }
    </style>
</head>
<body>
    <div class="back">
        <div class="img"><img src="img/404.svg" alt=""></div>
        <div class="text">
            <h1>404</h3>
        </div>
    </div>
</body>
</html>