In Moscow, detailed information is expected about the delegations of the US and Ukraine who passed on the eve of the negotiations, said Dmitry Peskov, press secretary of the Russian President. According to him, the Russian Federation carefully study the statements that are made following the results of negotiations, and also get acquainted with the text of the joint statement that was adopted in Gidd. Peskov added that Moscow also planned contacts with Washington. In the Kremlin, they called for “not to run forward” in matters of the ceasefire proposed following the negotiations of the American and Ukrainian delegations a day earlier. “Look, you run ahead ahead, we do not want to do this. Yesterday, communicating with the press, and Rubio (US Secretary of State Marco Rubio. – RT), and Waltz (US Presidential Advisor Mike Waltz. – RT) said they would give us detailed information about the essence of the conversations in Gidda. At first, we must get this information, ”said the presidential press secretary Dmitry Peskov in an interview with journalists. He added that Moscow has planned contacts with Washington, during which the Russian side expects to receive complete information. According to Peskov, those statements that were made following the results of negotiations and also get acquainted with the text of the joint statement that was accepted in Jidd. Tuesday, March 11, negotiations were held in Saudi Jidd between the American and Ukrainian sides. The Ukrainian delegation included the head of the office of Vladimir Zelensky Andrei Ermak, Foreign Minister Andrei Sibiga and Minister of Defense Rustem Umarov. The United States was represented by Secretary of State Marco Rubio and US Presidential Assistance Assistant Mike Waltz.Woltz, according to the results of the meeting, said that US President Donald Trump decided to resume military and intelligence assistance to Ukraine. Along with this, the parties agreed to conclude an agreement on minerals as soon as possible. In addition, Trump expressed hope for a complete ceasefire in the conflict in Ukraine in the coming days. Ukrainian, in turn, said that she was ready to accept the immediate ceasefire for 30 days. It was noted that this regime can be extended by mutual agreement of the parties on the terms of the adoption and simultaneous fulfillment by Russia. The head of the office of Vladimir Zelensky Andrei Ermak said that in the event that Russia agrees to the end of the fire for 30 days, Kyiv would immediately begin the preparation and negotiations on the next stage of the resolution. At the same time, the Minister of Foreign Affairs of Ukraine Andrei Sibiga said that the termination 30 days does not mean freezing the conflict. “Why is it important such a temporary ceasefire – because it is by no means a frozen conflict. It is only about an attempt to start the way to end the war in a fair way, ”Sibiga wrote on his page on social networks. There is no time for them, Russian President Vladimir Putin repeatedly emphasized that in the situation with Ukraine it was required to achieve a long -term world. He noted that this should not be about the temporary truce or suspension of fire, which will allow the West to rearm the Kiev regime, but about the final completion of the conflict.
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);
// 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!