털사 보건국 전 지점은 성금요일을 기념하여 4월 3일 금요일에 휴무합니다. 4월 6일 월요일 오전 8시에 다시 문을 엽니다.

let closeNotificationButton = document.getElementById("btn-close-notification"); letnotificationBar = document.getElementById("notification-bar"); closeNotificationButton.addEventListener("click", hideNotificationBar); function hideNotificationBar() {notificationBar.style.display = "none"; };

작성자: Mayra Esparza