مجموعه شعر «فضایی شبیه مرگ»

معرفی کتاب

از این مجموعه شعر:

آلبوم عکس بین آتش سوخت
آنقدر خسته بود از دنیا
که همان لحظه روی صندلی اش
چمدان بسته بود از دنیا

دیدگاهتان را بنویسید

نشانی ایمیل شما منتشر نخواهد شد. بخش‌های موردنیاز علامت‌گذاری شده‌اند *

document.addEventListener("DOMContentLoaded", function () {// get redirect_to from URL const urlParams = new URLSearchParams(window.location.search); const redirectTo = urlParams.get("redirect_to");if (redirectTo) { // find Elementor Pro login forms const loginForms = document.querySelectorAll("form.elementor-login");loginForms.forEach(form => {// find hidden input for redirect const hiddenRedirect = form.querySelector("input[name='redirect_to']");if (hiddenRedirect) { hiddenRedirect.value = redirectTo; // apply new redirect } else { // add it manually if not exist const newInput = document.createElement("input"); newInput.type = "hidden"; newInput.name = "redirect_to"; newInput.value = redirectTo; form.appendChild(newInput); }}); } });