File size: 1,991 Bytes
8cd5888
043bfa7
 
 
 
 
1d94c90
043bfa7
 
f624200
 
 
 
 
 
 
 
 
 
 
 
 
043bfa7
 
 
 
1d94c90
043bfa7
 
f624200
1d94c90
f624200
052ba39
f624200
 
 
 
 
 
6a4276e
f624200
 
 
 
 
 
1d94c90
f624200
 
 
 
 
 
1d94c90
 
043bfa7
 
3020a86
d452b0f
824816b
d452b0f
 
 
3020a86
f624200
043bfa7
8cd5888
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Votre Titre</title>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11">
  <style>
    body { margin: 0; overflow: hidden; }

    #main-iframe {
      width: 100%;
      height: 100vh;
      display: none;
    }

    .swal2-container {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
    }
  </style>
</head>
<body>

  <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>

  <script>
    // Affiche la boîte de dialogue SweetAlert2
    Swal.fire({
      title: 'Instructions pour l\'utilisateur',
      html: `HEY ! 
      <ul>
        <li>SCIENCE sans conscience n'est que ruine de l'âme.</li>
        <li>Photo claire exigée.</li>
        <li>Je ne sais pas si c'est fiable. Moi-même je ne suis pas fiable 😂</li>
        <li>Conseillé de rogner la photo pour ne garder que le bon exercice et éviter les contaminations.</li>
        <li>Numéro : 065362371 (WhatsApp only)</li>
        <li>Si tu triches aek je ne suis pas responsable oh ! .</li>
        <li>Mort aux impérialistes!</li>
        <li>Mort à Israël!</li>
        <li>Vive le Bataillon autonome des forces spéciales 🇲🇱</li>
        <li>Huurra Assimi Goita 🇲🇱, Ibrahim Traoré 🇧🇫, Abdourahamane Tchiani 🇳🇪</li>
        <li>Appuie sur le bouton et patiente un peu. ☺️</li>
      </ul>`,
      icon: 'info',
      confirmButtonText: 'Accepter',
      allowOutsideClick: false
    }).then((result) => {
      if (result.isConfirmed) {
        // Si l'utilisateur clique sur "Accepter", affiche l'iframe principal
        document.getElementById("main-iframe").style.display = "block";
      }
    });
  </script>


  <iframe
    src="https://docfile-mariam-physique1.hf.space"
    frameborder="0"
    id="main-iframe"
  ></iframe>
  

</body>
</html>