<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>inside-asia.com</title>
    <style>
        body { font-family: -apple-system, sans-serif; text-align: center; padding: 50px; background: #f5f5f5; }
        .container { max-width: 600px; margin: 0 auto; background: white; padding: 40px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        h1 { color: #333; }
        a { color: #0066cc; text-decoration: none; }
        a:hover { text-decoration: underline; }
        .links { margin-top: 30px; }
        .links a { display: block; margin: 10px 0; padding: 15px; background: #f0f0f0; border-radius: 5px; }
    </style>
</head>
<body>
    <div class="container">
        <h1>🌏 inside-asia.com</h1>
        <p>Welcome to Inside Asia</p>
        <div class="links">
            <a href="https://tour.inside-asia.com">tour.inside-asia.com</a>
            <a href="https://k-beauty.inside-asia.com">k-beauty.inside-asia.com</a>
        </div>
    </div>
</body>
</html>