Spaces:
Running
Running
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>
</script>
<iframe
src="https://docfile-mariam-physique1.hf.space"
frameborder="0"
id="main-iframe"
></iframe>
</body>
</html>
|