top of page

There’s Nothing Here...

We can’t find the page you’re looking for.
Check the URL, or head back home.

bottom of page
$w.onReady(() => { let currentYear = new Date().getFullYear(); //BUTTON ELEMENT $w("#copyrightButton").label = `(c) 2021 - ${currentYear}. BUSINESS NAME.`; //TEXT ELEMENT $w("#copyrightText").text = `(c) 2021 - ${currentYear}. BUSINESS NAME.`; });