US President Donald Trump called the “promising” statement by Russian President Vladimir Putin about a 30-day truce in the Russian-Ukrainian war. His words were quoted by Sky News and Bloomberg.
“Putin made a very promising statement,” Trump said at a press conference with General Secretary Mark Rutte. However, according to the US president, these statements were “incomplete.” The tram confirmed that he was ready to discuss with Putin a proposal to cease. According to him, the special representative of the US President in the Middle East, Steve Whitkoff, is now conducting “serious negotiations in Russia” and is expected to meet Putin soon. “I hope Russia will act correctly,” Trump added, noting that he would like to see the remnant of Russia. During the press conference with Rutte, the US President also said what representatives of Washington were talking about with Ukrainian a delegation under a ceasefire agreement. In particular, the issue of control over the territories and the Zaporizhzhya nuclear power plant, as well as the membership of Ukraine in NATO, was discussed. “We discussed (with Ukraine) of the territory, because I do not want to waste time on the ceasefire if it does not make sense. So we say: “Look, you can get it, but this cannot.” The issue of NATO and membership in NATO was discussed. Everyone knows the answer, he has been known for 40 years. Many details of the final agreement have already been discussed. Now we will see if Russia is ready. And if not, this will become a very disappointing moment for the whole world, ”Trump said. The United States during negotiations with Ukraine in Saudi Arabia proposed to introduce a 30-day ceasefire on the entire front line. Ukraine supported this proposal. Vladmir Putin, commenting on the idea of a truce, said that he agreed with a proposal to stop hostilities, but it should lead to “to the long -term world.” At the same time, he noted that there are “nuances” and issues that need to be discussed before signing the agreement. Among them is the operation of the Armed Forces in the Kursk region. (Tagstotranslate) News
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!