<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8"></meta>
  <title>Gandi Blogs</title>
  <style>
    body { margin: 2rem; background-color: lavender; font-family: sans-serif; line-height: 1.4 }
    div { background-color: #fff; padding: 1rem; margin: 2rem auto; max-width: 40rem }
  </style>
</head>
<body>
  <div lang="en">
    <h3>This page is no longer available.</h3>
    <p>The provider is not supporting the hosting of the page you are trying to access anymore.</p>
  </div>
  <div lang="fr">
    <h3>Cette page n'est plus disponible.</h3>
    <p>Le fournisseur n'assure plus le service d'hébergement de la page que vous tentez d'afficher.</p>
  </div>
</body>
</html>