Russian President Vladimir Putin said that he agrees to the proposal to stop hostilities, but it should lead to “to the long -term world.” He stated this during a joint press conference with Alexander Lukashenko.
The broadcast of the event is conducted by BelTA. “We agree with the proposals to stop hostilities, but we proceed from the fact that this termination should be the one that would lead to the long -term world and eliminate the initial reasons for this crisis,” Putin said, answering the question of how he evaluates the US proposal about the ceasefire. It would be good for the Ukrainian side to achieve a truce for 30 days. “And we are for (a truce), but there are nuances,” Putin added. What will we do with a plug -in (Armed Forces) section in the Kursk region? If we stop fighting for 30 days, what does this mean? What is all (soldiers of the Armed Forces), who are there, will go out without a fight? We should release them from there after they committed a lot of crimes against civilians? Or will the Ukrainian leadership give them a team to lay down their weapons, just surrender? How will it be? It is incomprehensible. And how will other issues be resolved on the entire line of contact? And this is almost two thousand kilometers. And there Russian troops are advancing in almost all areas. these 30 days will be used? In order for forced mobilization to continue in Ukraine? In order for a weapon to supply there? In order for the mobilized units to be prepared? Or none of this will be done? Then the question arises: how will the issues of control, verification be resolved? How do we guarantee that nothing like this will happen? Who will give orders for the cessation of hostilities? And what is the price of these orders? Almost two thousand kilometers (line of contact). Who will determine who and where violated the possible agreement on the ceasefire? All these issues, Putin believes, require discussion, including, possibly, with US President Donald Trump. “The very idea itself is correct, and we certainly support it, but there are questions that we need to discuss,” he added. Putin emphasized that Russia will agree on the termination of the war, “based on how the situation on Earth will take shape.” During the negotiations with Ukraine, which passed on March 11 in Saudi Arabia, they suggested introducing a 30-day ceasefire throughout the front. Kyiv supported this proposal. The representative of the US President in the Middle East Steve Whitkoff arrived in Moscow to discuss the charting and bilateral relations with the Russian side. According to the assistant to the President of the Russian Federation, Whitkoff will meet with Putin closed in the evening of March 13. (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!