<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>立方广告科技</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 0;
        }
        .container {
            text-align: center;
            padding: 50px;
        }
        .title {
            font-size: 2.5rem;
            color: #333;
        }
        .description {
            font-size: 1.2rem;
            color: #555;
            margin: 20px 0;
        }
        .footer {
            margin-top: 50px;
            font-size: 0.9rem;
            color: #888;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1 class="title">立方广告科技</h1>
        <p class="description">欢迎访问立方广告科技，我们致力于提供最优质的广告科技服务。</p>
        <div class="footer">
            <p>ICP备案号：<a href="http://beian.miit.gov.cn/" target="_blank">鲁ICP备2023019115号-1</a></p>
        </div>
    </div>
</body>
</html>
