
<!DOCTYPE html>
<html lang="th">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Domain Notice</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background: #f5f6fa;
            padding: 40px;
            text-align: center;
            color: #333;
        }
        .box {
            background: white;
            padding: 30px;
            margin: auto;
            max-width: 600px;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }
        h2 {
            margin-top: 0;
            color: #444;
        }
        .small {
            margin-top: 15px;
            color: #777;
            font-size: 14px;
        }
        a {
            color: #007bff;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body>

<div class="box">
    <h2>เรียนผู้ใช้งาน</h2>

    <p>
        สามารถเข้า <strong>https://git.matador.ais.co.th</strong> ได้แค่เฉพาะภายใน AIS (Intranet) เท่านั้น !!!
    </p>

    <p class="small">
        ขออภัยในความไม่สะดวก
    </p>
</div>

</body>
</html>
        