Russian President Vladimir Putin said that Russia is ready to satisfy the request of US President Donald Trump to save the life of the Ukrainian military remaining in the Kursk region. He made such a statement before the meeting of the Security Council of the Russian Federation.
“For the effective implementation of the US president’s call, it is necessary to have a corresponding order of the Ukrainian military-political leadership of his military units to lay down weapons and surrender,” Putin said. He emphasized that in this case, the Ukrainian military will be guaranteed life. On March 14, Trump wrote on social networks that “thousands of Ukrainian soldiers are in complete environment” and that he turned to Putin “with an urgent request to spare their lives.” Trump did not write about which sector of the front we are talking about, however, apparently, he had in mind the Kursk region, where Russian troops are conducting a successful offensive. Suppling of the video from the Kursk region, the APU units left most of their bridgeheads in the region, while suffering significant losses. Under the control of the Ukrainian army, only the border crossing of Suzha remains and several villages near him. These territories are not surrounded, although their supply is difficult due to the strikes of drones of the RF Armed Forces. The General Staff of the Armed Forces of Ukraine officially stated that the surveillance reports are not true and explained them with political pressure. To preserve the life of the prisoners of war of any military conflicts in any case in accordance with the Geneva Convention. (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!