<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Oppos!</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #121212; /* Dark background */
            color: #ffffff; /* White text */
            font-family: Arial, sans-serif;
        }

        .tips-container {
            text-align: center;
        }

        h1 {
            font-size: 4em;
            margin: 0;
        }

        p {
            font-size: 1.5em;
            margin-top: 10px;
        }
    </style>

</head>
<body>
    <div class="tips-container">
        <h1>Oppos!</h1>
        <p>无名私有资源服务,本网站已设置黑白名单,请勿外链。</p>
    </div>
</body>
</html>