<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>QUANTOS EVOLUTION</title>
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #1a1a1a;
    }
    img {
      width: 180px;
      height: auto;
      filter: drop-shadow(0 0 30px rgba(255, 200, 0, 0.15));
    }
  </style>
</head>
<body>
  <img src="siaje_logo.png" alt="SIAJE">
</body>
</html>
