top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Tallangatta Hotel

1月23日(金)

|

77 Towong St, Tallangatta VIC 3700, Australia

Get ready for a big night of live music as RIFF returns to the Tallangatta Hotel on Friday, 23rd of January!

Registration is closed
See other events
Tallangatta Hotel
Tallangatta Hotel

日時・場所

2026年1月23日 19:30 – 23:30

77 Towong St, Tallangatta VIC 3700, Australia

イベントについて

🎶 Live Music at Tallangatta Hotel 🎶


Get ready for a big night of live music as RIFF returns to the Tallangatta Hotel on Friday, 23rd of January!


From 7:30pm to 11:30pm, enjoy a high-energy mix of crowd favourites, classic hits, and original songs delivered with passion and heart. Whether you’re keen for a singalong, a dance, or just a great night out with mates, this is one show you won’t want to miss.


🍻 Great atmosphere

🎸 Live music all night

🖤 Merchandise available


このイベントをシェア

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