top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

アイアンバーク・タバーン、チルターン

4月13日(日)

|

41-43 Conness St、チルターン VIC 3683、オーストラリア

チルターンのアイアンバーク・タバーンで素敵な夜をお見逃しなく。ライブミュージック、美味しい料理、そして最高のひとときをお約束します!

登録は終了しました
他のイベントを見る
アイアンバーク・タバーン、チルターン
アイアンバーク・タバーン、チルターン

日時・場所

2025年4月13日 13:00 – 16:00

41-43 Conness St、チルターン VIC 3683、オーストラリア

イベントについて

Come along to the Ironbark Tavern in Chiltern! Enjoy live music, delicious food, and a vibrant atmosphere that promises a great time for all. Whether you're a local or just passing through, this is the perfect opportunity to experience the best of what Chiltern has to offer.


Mark your calendars and get ready for a night of fun and entertainment. Can't wait to see you there!

このイベントをシェア

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