<!DOCTYPE html>
<html lang="it">
<head>
    <meta charset="UTF-8" />
    <title>SES - Status: OK</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            text-align: center;
            margin-top: 10%;
            background-color: #f5f5f5;
            color: #333;
        }
        a {
            color: #007bff;
            text-decoration: none;
            font-size: 1.2em;
            border-bottom: 1px solid #007bff;
        }
        a:hover {
            color: #0056b3;
            border-bottom: 1px solid #0056b3;
        }
    </style>
</head>
<body>
    <h1>SES - Status: OK</h1>
    <p>
        Click here to access 
        <a href="http://updates.software-ses.net/info" target="_blank" rel="noopener noreferrer">
            Official Website
        </a>
    </p>
</body>
</html>
