top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hotel del Ferrocarril, Deniliquin

sáb, 21 jun

|

82 Napier St, Deniliquin NSW 2710, Australia

¡Prepárate para una noche de increíble música en vivo en el Railway Hotel en Deniliquin el sábado 21 de junio, de 8:00 p. m. a 12:00 a. m.! 🎸

La inscripción está cerrada
Ver otros eventos
Hotel del Ferrocarril, Deniliquin
Hotel del Ferrocarril, Deniliquin

Horario y ubicación

21 jun 2025, 20:00 – 22 jun 2025, 0:00

82 Napier St, Deniliquin NSW 2710, Australia

Acerca del evento

¡Prepárate para una noche de increíble música en vivo en el Railway Hotel en Deniliquin el sábado 21 de junio, de 8:00 p. m. a 12:00 a. m.! 🎸🎤


Subiré al escenario con una selección de temas originales y favoritos de los fans, así que ven, trae a tus amigos y disfruta de una noche genial llena de música inolvidable y buenos momentos. Ya sea que busques relajarte o bailar toda la noche, ¡será una noche fantástica que no te querrás perder! 🎶💃🕺


¡Apúntalos en tu calendario y hagamos que sea una noche inolvidable! ¡Nos vemos allí! 🎉

Compartir este evento

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });