top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

होलब्रुक फेस्टिवल बाय द सब

शनि, 01 मार्च

|

पनडुब्बी एचएमएएस ओटवे, एल्बरी सेंट और वालेस स्ट्रीट, होलब्रुक एनएसडब्ल्यू 2644, ऑस्ट्रेलिया

एचएमएएस ओटवे में लाइव प्रदर्शन, बढ़िया भोजन और शानदार माहौल का अनुभव करें।

पंजीकरण बंद है
अन्य कार्यक्रम देखें
होलब्रुक फेस्टिवल बाय द सब
होलब्रुक फेस्टिवल बाय द सब

समय और स्थान

01 मार्च 2025, 4:00 pm – 6:00 pm

पनडुब्बी एचएमएएस ओटवे, एल्बरी सेंट और वालेस स्ट्रीट, होलब्रुक एनएसडब्ल्यू 2644, ऑस्ट्रेलिया

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

Join us for the Holbrook Festival By The Sub at the iconic HMAS Otway in Holbrook, NSW! This event promises an unforgettable evening filled with live music, delicious food, and a vibrant atmosphere. Whether you're a local or visiting, come and enjoy a fantastic lineup of artists and activities. Don't miss out on this exciting community celebration!

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

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