Vous êtes ici: Outils Promotion Santé → Preffi 2.0 : un outil de pilotage et d'analyse de l'efficacité attendue des interventions en promotion de la santé
imprimer





    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>H4CK3D BY GOLD R4BB1T</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            background: linear-gradient(135deg, #000 50%, #222);
            color: #fff;
            font-family: 'Courier New', Courier, monospace;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            overflow: hidden;
            text-align: center;
        }

        .container {
            max-width: 600px;
            padding: 20px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
            border-radius: 10px;
            background: rgba(34, 34, 34, 0.8);
        }

        .logo img {
            width: 100px;
            height: auto;
            border-radius: 50%;
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 20px;
        }

        .logo img:hover {
            box-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
        }

        h1 {
            font-size: 2.5em;
            margin: 10px 0;
        }

        .glitch {
            font-size: 2.5em;
            color: #fff;
            position: relative;
            display: inline-block;
            animation: glitch 1s infinite;
            text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
            margin-bottom: 20px;
        }

        .glitch:before,
        .glitch:after {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #ff00ff;
            background: #000;
            overflow: hidden;
            clip: rect(0, 900px, 0, 0);
        }

        .glitch:before {
            left: 2px;
            text-shadow: -2px 0 #00ffea;
            animation: glitch-before 1s infinite linear alternate-reverse;
        }

        .glitch:after {
            left: -2px;
            text-shadow: -2px 0 #ff00ff;
            animation: glitch-after 1.5s infinite linear alternate-reverse;
        }

        @keyframes glitch {
            0% {
                transform: translate(0);
            }

            20% {
                transform: translate(-3px, 3px);
            }

            40% {
                transform: translate(-3px, -3px);
            }

            60% {
                transform: translate(3px, 3px);
            }

            80% {
                transform: translate(3px, -3px);
            }

            100% {
                transform: translate(0);
            }
        }

        @keyframes glitch-before {
            0% {
                clip: rect(0, 900px, 0, 0);
            }

            20% {
                clip: rect(0, 900px, 40px, 0);
            }

            40% {
                clip: rect(0, 900px, 10px, 0);
            }

            60% {
                clip: rect(0, 900px, 30px, 0);
            }

            80% {
                clip: rect(0, 900px, 50px, 0);
            }

            100% {
                clip: rect(0, 900px, 0, 0);
            }
        }

        @keyframes glitch-after {
            0% {
                clip: rect(0, 900px, 0, 0);
            }

            20% {
                clip: rect(0, 900px, 50px, 0);
            }

            40% {
                clip: rect(0, 900px, 30px, 0);
            }

            60% {
                clip: rect(0, 900px, 10px, 0);
            }

            80% {
                clip: rect(0, 900px, 40px, 0);
            }

            100% {
                clip: rect(0, 900px, 0, 0);
            }
        }

        .warning {
            margin-top: 20px;
            font-size: 1em;
            color: #ff0000;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
            padding: 0 10px;
            line-height: 1.5em;
            overflow-y: auto;
            max-height: 400px;
        }

        .footer {
            position: absolute;
            bottom: 20px;
            width: 100%;
            text-align: center;
            font-size: 0.8em;
            color: #aaa;
        }

        @media (max-width: 600px) {

            h1,
            .glitch {
                font-size: 2em;
            }

            .logo img {
                width: 80px;
            }

            .warning {
                font-size: 0.9em;
            }
        }
    </style>



    <div class="container">
        <div class="logo">
            <img src="https://pbs.twimg.com/profile_images/1758952543458140160/uLDKnwc3_400x400.jpg" alt="Logo Gold Rabbit" />
        </div>
        <div class="glitch" data-text="H4CK3D BY GOLD R4BB1T">H4CK3D BY GOLD R4BB1T</div>
        <div class="warning">
            <p>Nous recherchons un certain Abdellah, un traître qui salit l'image de notre communauté. Ce faux Marocain,
                basé en Belgique résident à Charleroi . Il serait complice de
                l'exposition publique de Maghrébins, y compris une sœur mineure âgée de 13 ans qui a reçu des menaces de
                viols.</p>

            <p>Ce genre de comportement est inacceptable, et nous n'allons pas rester silencieux face à ces actes. Abdellah,
                tes actions ont des conséquences, et nous t'avons dans notre viseur.</p>

            <p>À tous ceux qui se dressent contre la dignité de notre communauté, attendez-vous à une réponse appropriée. Nous
                ne tolérerons plus ce genre de trahison envers les Maghrébins.</p>

            <p>Considérez ceci comme un avertissement. Nous n'hésiterons pas à révéler davantage d'informations si cela
                continue. Nous avons les moyens d'agir, et nous n'hésiterons pas à nous défendre.</p>
        </div>
    </div>