Palestinians reject Trump peace plan

Palestinians reject Trump peace plan

Our people will take it to the dustbin of history — Abbas


RAMALLAH — Palestinian leaders on Tuesday rejected US President Donald Trump's peace proposal as an unacceptable capitulation to Israel that tramples on the long-standing aspirations of their people.

Palestinian President Mahmoud Abbas vowed the initiative unveiled in Washington would fail.

"This conspiracy deal will not pass. Our people will take it to the dustbin of history," he said after a meeting in the West Bank city of Ramallah of various Palestinian factions including Islamist group Hamas, which pledged to "resist the deal in all its forms".

Trump's proposal included a long list of measures directly in line with Israeli interests, notably recognition of Jerusalem as the "undivided capital" of Israel.

"If Jerusalem is not the capital of the Palestinian state, how will we accept that?" Abbas asked, stressing that it was "impossible for any child, Arab, Muslim or Christian," to do so.

Senior Hamas official Khalil Al Hayya said the Islamist group which controls Gaza would never "accept any substitute for Jerusalem as the capital of the Palestinian state".

"We warn the whole world not to go along with this deal," he said.

Trump's plan triggered immediate condemnation on the streets of the Gaza Strip and the West Bank, with demonstrations expected to continue through the week.

Thirteen people were wounded in the West Bank in confrontations with the Israeli forces on Tuesday, the Red Crescent said.

One person was taken to hospital after being hit with a rubber bullet, while 12 others were suffering from exposure to tear gas, a spokeswoman said.

An AFP reporter said around 200 Palestinians confronted Israeli forces near Ramallah, burning photos of Trump and Israeli Prime Minister Benjamin Netanyahu.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });