
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Worldwide Property Link - Error</title>
<style>
    body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333; background: #f5f5f5; }
    .wrap { max-width: 640px; margin: 60px auto; background: #fff; border: 1px solid #ddd; padding: 30px 40px; }
    h1 { font-size: 22px; color: #2a5fa3; margin-top: 0; }
    p { line-height: 1.6; }
    .links { margin-top: 24px; }
    .links a { display: inline-block; margin-right: 16px; color: #2a5fa3; }
</style>
</head>
<body>
<div class="wrap">
    <h1>Worldwide Property Link</h1>
    <p><strong>Sorry, an error has occurred.</strong></p>
    <p>This error has been reported to our IT services and will be investigated as soon as possible.
       We apologise for any inconvenience.</p>
    <div class="links">
        <a href="javascript:window.history.back()">Go back</a>
        <a href="/">Go to Homepage</a>
    </div>
</div>
</body>
</html>
