Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hello world!
by admin | Jul 24, 2024 | Uncategorized | 0 comments
document.addEventListener('DOMContentLoaded', function() {
var footerCredits = document.querySelector('#footer-bottom-bar .footer-credits');
if (footerCredits) {
footerCredits.innerHTML = 'Website by Site Sense Solutions';
}
});