{"id":5053,"date":"2025-10-07T22:37:10","date_gmt":"2025-10-07T22:37:10","guid":{"rendered":"https:\/\/m66tg.org\/?page_id=5053"},"modified":"2025-10-07T23:17:41","modified_gmt":"2025-10-07T23:17:41","slug":"charter-of-the-june-6-movement-m66","status":"publish","type":"page","link":"https:\/\/m66tg.org\/en\/charter-of-the-june-6-movement-m66\/","title":{"rendered":"Charter of the June 6 Movement (M66)"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5053\" class=\"elementor elementor-5053\">\n\t\t\t\t<div class=\"elementor-element elementor-element-171c812 e-flex e-con-boxed e-con e-parent\" data-id=\"171c812\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d0f9c4 elementor-widget elementor-widget-html\" data-id=\"3d0f9c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Charter of the June 6th Movement (M66) - Born of the June 6th Revolution 2025<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .m66-charter {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n            min-height: 100vh;\n        }\n\n        .breaking-news {\n            background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);\n            color: white;\n            padding: 25px;\n            text-align: center;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 20px rgba(220, 38, 38, 0.3);\n            border: 3px solid #ef4444;\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4); }\n            70% { box-shadow: 0 0 0 10px rgba(220, 38, 38, 0); }\n            100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }\n        }\n\n        .breaking-news h2 {\n            font-size: 2em;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n        }\n\n        .breaking-news p {\n            font-size: 1.2em;\n            opacity: 0.95;\n        }\n\n        .date-highlight {\n            background: #ffd700;\n            color: #000;\n            padding: 5px 10px;\n            border-radius: 5px;\n            font-weight: bold;\n            display: inline-block;\n            margin: 0 5px;\n        }\n\n        .charter-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header-bg-image {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: url('https:\/\/ichef.bbci.co.uk\/news\/480\/cpsprodpb\/f6e5\/live\/4e1d5420-558d-11f0-a9c4-6559fc28b390.jpg.webp') center\/cover;\n            opacity: 0.2;\n            z-index: 0;\n        }\n\n        .header-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .charter-header h1 {\n            font-size: 2.8em;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n            font-weight: 700;\n        }\n\n        .charter-header .subtitle {\n            font-size: 1.4em;\n            opacity: 0.9;\n            font-weight: 300;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);\n            margin-bottom: 10px;\n        }\n\n        .birth-story {\n            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            margin: 40px 0;\n            box-shadow: 0 10px 30px rgba(231, 76, 60, 0.3);\n        }\n\n        .birth-story h2 {\n            font-size: 2.5em;\n            margin-bottom: 25px;\n            text-align: center;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n        }\n\n        .june6-images {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .june6-image-card {\n            background: rgba(255, 255, 255, 0.95);\n            color: #333;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.2);\n        }\n\n        .june6-image {\n            width: 100%;\n            height: 200px;\n            object-fit: cover;\n        }\n\n        .june6-caption {\n            padding: 15px;\n            font-size: 0.95em;\n            text-align: center;\n            font-weight: 600;\n            color: #c0392b;\n        }\n\n        .timeline-section {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 30px 0;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\n            border-left: 5px solid #e74c3c;\n        }\n\n        .timeline-item {\n            display: flex;\n            margin-bottom: 20px;\n            padding: 15px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            border-left: 4px solid #e74c3c;\n        }\n\n        .timeline-time {\n            min-width: 100px;\n            font-weight: bold;\n            color: #e74c3c;\n            font-size: 1.1em;\n        }\n\n        .timeline-content {\n            flex: 1;\n            margin-left: 20px;\n        }\n\n        .victims-today {\n            background: linear-gradient(135deg, #2d3436 0%, #636e72 100%);\n            color: white;\n            padding: 35px;\n            border-radius: 15px;\n            margin: 30px 0;\n            text-align: center;\n        }\n\n        .victims-today h3 {\n            font-size: 2em;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n        }\n\n        .victim-count {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n\n        .count-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 20px;\n            border-radius: 10px;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n\n        .count-number {\n            font-size: 2.5em;\n            font-weight: bold;\n            color: #ff6b6b;\n            margin-bottom: 10px;\n        }\n\n        .count-label {\n            font-size: 1em;\n            opacity: 0.9;\n        }\n\n        .charter-intro {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\n            border-left: 5px solid #667eea;\n        }\n\n        .charter-intro p {\n            font-size: 1.1em;\n            margin-bottom: 20px;\n            text-align: justify;\n        }\n\n        .intro-image {\n            width: 100%;\n            max-width: 700px;\n            height: 350px;\n            object-fit: cover;\n            border-radius: 10px;\n            margin: 20px auto;\n            display: block;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n        }\n\n        .pillars {\n            background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);\n            padding: 25px;\n            border-radius: 10px;\n            margin: 20px 0;\n        }\n\n        .pillars h3 {\n            color: #d73527;\n            margin-bottom: 15px;\n            font-size: 1.3em;\n        }\n\n        .pillars ul {\n            list-style: none;\n            padding: 0;\n        }\n\n        .pillars li {\n            padding: 8px 0;\n            padding-left: 25px;\n            position: relative;\n        }\n\n        .pillars li:before {\n            content: \"\u270a\";\n            position: absolute;\n            left: 0;\n            font-size: 1.2em;\n        }\n\n        .charter-points {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));\n            gap: 25px;\n            margin: 30px 0;\n        }\n\n        .charter-point {\n            background: white;\n            padding: 25px;\n            border-radius: 15px;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-left: 6px solid transparent;\n        }\n\n        .charter-point:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.15);\n        }\n\n        .charter-point:nth-child(1) { border-left-color: #e74c3c; }\n        .charter-point:nth-child(2) { border-left-color: #3498db; }\n        .charter-point:nth-child(3) { border-left-color: #2ecc71; }\n        .charter-point:nth-child(4) { border-left-color: #f39c12; }\n        .charter-point:nth-child(5) { border-left-color: #9b59b6; }\n        .charter-point:nth-child(6) { border-left-color: #1abc9c; }\n        .charter-point:nth-child(7) { border-left-color: #e67e22; }\n        .charter-point:nth-child(8) { border-left-color: #34495e; }\n        .charter-point:nth-child(9) { border-left-color: #c0392b; }\n        .charter-point:nth-child(10) { border-left-color: #8e44ad; }\n\n        .charter-point h3 {\n            font-size: 1.4em;\n            margin-bottom: 15px;\n            color: #2c3e50;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .charter-point .emoji {\n            font-size: 1.8em;\n            margin-right: 10px;\n        }\n\n        .charter-point p {\n            font-size: 1.05em;\n            text-align: justify;\n            margin-bottom: 10px;\n        }\n\n        .point-image {\n            width: 100%;\n            height: 200px;\n            object-fit: cover;\n            border-radius: 8px;\n            margin: 15px 0;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.15);\n        }\n\n        .repression-evidence {\n            background: #fff5f5;\n            border: 2px solid #fed7d7;\n            border-left: 5px solid #e53e3e;\n            padding: 25px;\n            margin: 25px 0;\n            border-radius: 10px;\n        }\n\n        .repression-evidence h4 {\n            color: #c53030;\n            margin-bottom: 15px;\n            font-size: 1.3em;\n        }\n\n        .evidence-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .evidence-list li {\n            padding: 8px 0;\n            padding-left: 25px;\n            position: relative;\n            border-bottom: 1px solid #fed7d7;\n        }\n\n        .evidence-list li:before {\n            content: \"\ud83d\udd34\";\n            position: absolute;\n            left: 0;\n            font-size: 1.1em;\n        }\n\n        .charter-conclusion {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            margin-top: 40px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n        }\n\n        .charter-conclusion h3 {\n            font-size: 2em;\n            margin-bottom: 20px;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.3);\n        }\n\n        .charter-conclusion p {\n            font-size: 1.1em;\n            margin-bottom: 15px;\n            opacity: 0.95;\n        }\n\n        .flag-emoji {\n            font-size: 2em;\n            margin: 20px 0;\n            display: block;\n        }\n\n        .highlight {\n            background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%);\n            padding: 3px 8px;\n            border-radius: 5px;\n            font-weight: 600;\n        }\n\n        .call-to-action {\n            background: linear-gradient(135deg, #fd7e14 0%, #e55039 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            text-align: center;\n            border: 3px solid #fd7e14;\n        }\n\n        .call-to-action h3 {\n            font-size: 1.8em;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        @media (max-width: 768px) {\n            .m66-charter {\n                padding: 15px;\n            }\n            \n            .charter-header h1 {\n                font-size: 2.2em;\n            }\n            \n            .charter-points,\n            .june6-images {\n                grid-template-columns: 1fr;\n            }\n            \n            .charter-point {\n                padding: 20px;\n            }\n\n            .victim-count {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .timeline-item {\n                flex-direction: column;\n            }\n\n            .timeline-time {\n                margin-bottom: 10px;\n                min-width: auto;\n            }\n\n            .timeline-content {\n                margin-left: 0;\n            }\n        }\n\n        .divider {\n            height: 4px;\n            background: linear-gradient(90deg, #e74c3c, #c0392b, #e74c3c);\n            border-radius: 2px;\n            margin: 40px 0;\n            opacity: 0.8;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"m66-charter\">\n        <div class=\"breaking-news\">\n            <h2>\ud83d\udea8 SPECIAL FLASH: HISTORIC BIRTH OF THE M66 \ud83d\udea8<\/h2>\n            <p>Visit <span class=\"date-highlight\">JUNE 6, 2025<\/span> will go down in history as the day the Togolese people stood up and said NO to 58 years of dictatorship!<\/p>\n        <\/div>\n\n        <header class=\"charter-header\">\n            <div class=\"header-bg-image\"><\/div>\n            <div class=\"header-content\">\n                <h1>CHARTER OF THE JUNE 6 MOVEMENT (M66)<\/h1>\n                <p class=\"subtitle\">BORN FROM THE ASHES OF THE REPRESSION OF JUNE 6, 2025<\/p>\n                <p class=\"subtitle\">For a free and democratic Togo<\/p>\n            <\/div>\n        <\/header>\n\n        <section class=\"birth-story\">\n            <h2>\u26a1 THE HEROIC BIRTH OF M66<\/h2>\n            \n            <p style=\"font-size: 1.2em; text-align: center; margin-bottom: 30px;\">\n                Visit <strong>June 6, 2025<\/strong> In Lom\u00e9, thousands of young Togolese took to the streets to demand Faure Gnassingb\u00e9's resignation.\n                Faced with the bloody repression that followed, the <strong>Mouvement du 6 Juin (M66)<\/strong> is born of their sacrifice.\n            <\/p>\n\n            <div class=\"june6-images\">\n                <div class=\"june6-image-card\">\n                    <img decoding=\"async\" src=\"https:\/\/ichef.bbci.co.uk\/news\/480\/cpsprodpb\/f6e5\/live\/4e1d5420-558d-11f0-a9c4-6559fc28b390.jpg.webp\" alt=\"Demonstration in Lom\u00e9 on June 6, 2025\" class=\"june6-image\">\n                    <div class=\"june6-caption\">June 6, 2025: The streets of Lom\u00e9 rise up against dictatorship<\/div>\n                <\/div>\n                \n                <div class=\"june6-image-card\">\n                    <img decoding=\"async\" src=\"https:\/\/www.amnesty.org\/en\/wp-content\/uploads\/2025\/07\/308567.jpg\" alt=\"Violent repression of demonstrators\" class=\"june6-image\">\n                    <div class=\"june6-caption\">The brutal repression that gave birth to M66<\/div>\n                <\/div>\n                \n               \n            <\/div>\n        <\/section>\n\n        \n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"victims-today\">\n            <h3>\ud83d\udc94 THE MARTYRS OF JUNE 6, 2025<\/h3>\n            <p>They fell so that Togo could be free. Their sacrifice will never be forgotten.<\/p>\n            \n            <div class=\"victim-count\">\n                <div class=\"count-item\">\n                    <div class=\"count-number\">17<\/div>\n                    <div class=\"count-label\">CONFIRMED DEATHS<br>June 6, 2025<\/div>\n                <\/div>\n                <div class=\"count-item\">\n                    <div class=\"count-number\">156<\/div>\n                    <div class=\"count-label\">SERIOUS INJURIES<br>hospitalized<\/div>\n                <\/div>\n                <div class=\"count-item\">\n                    <div class=\"count-number\">312<\/div>\n                    <div class=\"count-label\">ARRESTATIONS<br>arbitrary<\/div>\n                <\/div>\n                <div class=\"count-item\">\n                    <div class=\"count-number\">23<\/div>\n                    <div class=\"count-label\">MISSING<br>since that day<\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"charter-intro\">\n            <p>Blood shed on <strong>June 6, 2025<\/strong> in the streets of Lom\u00e9 was born the <strong>Mouvement du 6 Juin (M66)<\/strong>the last hope of a people oppressed for 58 years.<\/p>\n            \n            <img decoding=\"async\" src=\"https:\/\/static.mediapart.fr\/etmagine\/article_google_discover\/files\/2025\/07\/01\/250630-img-au-togo-la-repression-de-la-jeunesse-mobilisee-devient-meurtriere.jpg\" alt=\"Repression of Togolese youth\" class=\"intro-image\">\n            \n            <p>Born of pain and rage, forged in resistance, M66 carries with it the hope of the future. <span class=\"highlight\">total liberation of Togo<\/span> from the criminal clutches of the Gnassingb\u00e9 dynasty.<\/p>\n\n            <div class=\"pillars\">\n                <h3>Our oath, written in the blood of our martyrs:<\/h3>\n                <ul>\n                    <li><strong>Absolute justice<\/strong> for all the regime's crimes<\/li>\n                    <li><strong>Total freedom<\/strong> for all political prisoners<\/li>\n                    <li><strong>Dignity restored<\/strong> for every togolese citizen<\/li>\n                <\/ul>\n            <\/div>\n\n          \n            <\/div>\n        <\/section>\n\n        <div class=\"divider\"><\/div>\n\n        <section class=\"charter-points\">\n            <article class=\"charter-point\">\n                <h3><span class=\"emoji\">\u2696\ufe0f<\/span>Justice for the June 6 martyrs<\/h3>\n                <img decoding=\"async\" src=\"https:\/\/ichef.bbci.co.uk\/ace\/ws\/640\/cpsprodpb\/d6bc\/live\/81843660-55c1-11f0-9074-8989d8c97d87.jpg.webp\" alt=\"Demonstrations in Togo\" class=\"point-image\">\n                <p><strong>The 17 dead of June 6, 2025 will not have died in vain.<\/strong> Their killers, from the last soldier to Faure Gnassingb\u00e9, will be brought to justice.<\/p>\n                <p>M66 demands an immediate international inquiry into this state-sponsored massacre.<\/p>\n            <\/article>\n\n            <article class=\"charter-point\">\n                <h3><span class=\"emoji\">\ud83d\udcdc<\/span>Repeal of the fraudulent Constitution<\/h3>\n                <img decoding=\"async\" src=\"https:\/\/img.lemde.fr\/2025\/06\/26\/173\/110\/3693\/2462\/664\/0\/75\/0\/2c665fb_ftp-import-images-1-7krap5pqky1e-2025-06-26t174502z-861828226-rc2cafaugc8z-rtrmadp-3-togo-politcs.JPG\" alt=\"Togolese demonstrators\" class=\"point-image\">\n                <p>The 1992 Constitution, the only legitimate one, must be restored. Changes imposed by force in 2024 are null and void.<\/p>\n                <p>The Togolese people categorically reject any constitution drafted by a criminal regime.<\/p>\n            <\/article>\n\n            <article class=\"charter-point\">\n                <h3><span class=\"emoji\">\ud83d\udd4a\ufe0f<\/span>Release of all June 6 prisoners<\/h3>\n                <img decoding=\"async\" src=\"https:\/\/static.dw.com\/image\/72338056_803.jpg\" alt=\"Tension in Togo\" class=\"point-image\">\n                <p><strong>312 people were arrested on June 6, 2025<\/strong> for exercising their right to peaceful protest.<\/p>\n                <p>M66 demands their immediate release and reparations for the torture suffered in detention.<\/p>\n            <\/article>\n\n            <article class=\"charter-point\">\n                <h3><span class=\"emoji\">\ud83c\udf10<\/span>The end of the information blackout<\/h3>\n                <img decoding=\"async\" src=\"https:\/\/ichef.bbci.co.uk\/ace\/ws\/640\/cpsprodpb\/0d0f\/live\/d21c8860-55cc-11f0-b5c5-012c5796682d.jpg.webp\" alt=\"Demonstrations in Togo\" class=\"point-image\">\n                <p>On June 6, 2025, the regime cut off the Internet for 72 hours to hide its crimes from the world.<\/p>\n                <p>M66 calls for total freedom of information and an end to state censorship.<\/p>\n            <\/article>\n\n            <article class=\"charter-point\">\n                <h3><span class=\"emoji\">\ud83c\udfdb\ufe0f<\/span>Democratic transition government<\/h3>\n                <img decoding=\"async\" src=\"https:\/\/ichef.bbci.co.uk\/news\/1024\/branded_afrique\/d6bc\/live\/81843660-55c1-11f0-9074-8989d8c97d87.jpg\" alt=\"What&#039;s happening in Togo\" class=\"point-image\">\n                <p>A transitional government led by people of integrity must organize free and transparent elections.<\/p>\n                <p>The time for rigged elections and constitutional coups is over!<\/p>\n            <\/article>\n\n            <article class=\"charter-point\">\n                <h3><span class=\"emoji\">\ud83d\udee1\ufe0f<\/span>Disarming Gnassingb\u00e9's private militias<\/h3>\n                <img decoding=\"async\" src=\"https:\/\/ichef.bbci.co.uk\/news\/480\/cpsprodpb\/7899\/production\/_97937803_togoafp.jpg.webp\" alt=\"Togo events\" class=\"point-image\">\n                <p>The Togolese army and police have been transformed into private militias in the service of one family.<\/p>\n                <p>M66 demands their neutralization and the creation of republican forces to serve the people.<\/p>\n            <\/article>\n\n            <article class=\"charter-point\">\n                <h3><span class=\"emoji\">\u2696\ufe0f<\/span>International tribunal for crimes against humanity<\/h3>\n                <img decoding=\"async\" src=\"https:\/\/static.mediapart.fr\/etmagine\/article_google_discover\/files\/2025\/06\/11\/250511-img-au-togo-une-revolte-inedite-de-la-jeunesse-contre-le-pouvoir-02.jpg\" alt=\"Togolese youth revolt\" class=\"point-image\">\n                <p>58 years of unpunished crimes: massacres, torture, disappearances, corruption, plundering of resources.<\/p>\n                <p>An international tribunal must judge all the crimes committed since 1967!<\/p>\n            <\/article>\n\n            <article class=\"charter-point\">\n                <h3><span class=\"emoji\">\ud83d\udde3\ufe0f<\/span>The end of the police state<\/h3>\n                <img decoding=\"async\" src=\"https:\/\/i.la-croix.com\/836x\/smart\/2018\/04\/19\/1200932909\/Manifestants-policiers-Lome_1.jpg\" alt=\"Clashes in Lom\u00e9\" class=\"point-image\">\n                <p>58 years of fear, terror and oppression. Every Togolese lives under constant threat.<\/p>\n                <p>M66 wants to restore the rule of law, where freedom is no longer a capital crime.<\/p>\n            <\/article>\n\n            <article class=\"charter-point\">\n                <h3><span class=\"emoji\">\ud83d\uddf3\ufe0f<\/span>Elections under full international supervision<\/h3>\n                <img decoding=\"async\" src=\"https:\/\/ichef.bbci.co.uk\/news\/480\/cpsprodpb\/1E81\/production\/_97690870_togo2.jpg.webp\" alt=\"Protests against Faure Gnassingb\u00e9\" class=\"point-image\">\n                <p>58 years without a single free election! The Gnassingb\u00e9 dynasty confiscates power by force.<\/p>\n                <p>Only total international control can guarantee democratic elections.<\/p>\n            <\/article>\n\n            <article class=\"charter-point\">\n                <h3><span class=\"emoji\">\ud83e\udd1d<\/span>Permanent popular uprising<\/h3>\n                <img decoding=\"async\" src=\"https:\/\/cdn.unitycms.io\/images\/8Lb_0OdR4esBL4GLRjFVvd.jpg\" alt=\"New demonstrations Togo\" class=\"point-image\">\n                <p>June 6, 2025 was just the beginning. M66 calls for permanent mobilization until the regime falls.<\/p>\n                <p><strong>Togolese, stand up! Freedom cannot wait, it must be conquered!<\/strong><\/p>\n            <\/article>\n        <\/section>\n\n        <div class=\"divider\"><\/div>\n\n        <section class=\"charter-conclusion\">\n            <h3>\u2694\ufe0f M66 OATH ON THE TOMB OF OUR MARTYRS<\/h3>\n            <p>By the blood shed on <strong>June 6, 2025<\/strong>by the tears of our mothers, by the hopes of our children, we solemnly swear :<\/p>\n            \n            <p><strong>Never to forget<\/strong> the sacrifice of our 17 martyrs who fell that day.<\/p>\n            <p><strong>Never to forgive<\/strong> to the executioners who ordered the massacre.<\/p>\n            <p><strong>To never give up<\/strong> the fight for the total liberation of Togo.<\/p>\n            \n            <p style=\"font-size: 1.4em; font-weight: bold; margin-top: 30px;\">\n                \ud83d\udd25 GNASSINGB\u00c9 WILL FALL! TOGO WILL BE FREE! \ud83d\udd25\n            <\/p>\n            \n            <span class=\"flag-emoji\">\ud83c\uddf9\ud83c\uddec<\/span>\n            \n            <div class=\"call-to-action\">\n                <h3>\ud83d\ude80 JOIN M66 NOW!<\/h3>\n                <p>Every day of silence is a betrayal of our June 6 martyrs.<br>\n                Every day of inaction means accepting 58 years of humiliation.<br>\n                <strong>RISE UP! RESIST! FREE TOGO!<\/strong><\/p>\n                \n                <p style=\"margin-top: 20px; font-size: 1.2em;\">\n                    <strong>June 6, 2025 will go down in history as the day Togo said NO to dictatorship!<\/strong>\n                <\/p>\n            <\/div>\n        <\/section>\n    <\/div>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Charte du Mouvement du 6 Juin (M66) &#8211; N\u00e9 de la R\u00e9volution du 6 Juin 2025 \ud83d\udea8 FLASH SP\u00c9CIAL : NAISSANCE HISTORIQUE DU M66 \ud83d\udea8 Le 6 JUIN 2025 restera grav\u00e9 dans l&#8217;histoire comme le jour o\u00f9 le peuple togolais s&#8217;est lev\u00e9 pour dire NON \u00e0 58 ans de dictature ! CHARTE DU MOUVEMENT DU [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"give_campaign_id":0,"footnotes":""},"class_list":["post-5053","page","type-page","status-publish","hentry"],"campaignId":"","_links":{"self":[{"href":"https:\/\/m66tg.org\/en\/wp-json\/wp\/v2\/pages\/5053","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/m66tg.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/m66tg.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/m66tg.org\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/m66tg.org\/en\/wp-json\/wp\/v2\/comments?post=5053"}],"version-history":[{"count":7,"href":"https:\/\/m66tg.org\/en\/wp-json\/wp\/v2\/pages\/5053\/revisions"}],"predecessor-version":[{"id":5063,"href":"https:\/\/m66tg.org\/en\/wp-json\/wp\/v2\/pages\/5053\/revisions\/5063"}],"wp:attachment":[{"href":"https:\/\/m66tg.org\/en\/wp-json\/wp\/v2\/media?parent=5053"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}