top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Railway Hotel, Temora

रवि, 24 अग॰

|

134-136 Hoskins St, Temora NSW 2666, Australia

Join me, RIFF, for a live performance on Sunday, 24th of August, from 2 PM to 5 PM.

Registration is closed
See other events
Railway Hotel, Temora
Railway Hotel, Temora

समय और स्थान

24 अग॰ 2025, 2:00 pm – 5:00 pm

134-136 Hoskins St, Temora NSW 2666, Australia

अतिथि

इवेंट के बारे में

Get ready for an unforgettable Sunday afternoon at the Railway Hotel in Temora! 🎶


Join me, RIFF, for a live performance on Sunday, 24th of August, from 2 PM to 5 PM. 🎸


Come enjoy an afternoon of great music, good vibes, and awesome company! Whether you're there to relax or rock out, it’s going to be a blast. 🍻✨


Don't miss out on some of my original tracks as well as your favourite covers, all served up live! 🎤💥


See you there – let's make it a Sunday to remember! 😎🎉

यह इवेंट साझा करें

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); });