
Enhance your knowledge, skills, and prospects in the healthcare industry.
Enroll now to embark on this rewarding journey towards making a difference in people’s lives! #NursingEducation #OnlineCourse #HealthcareOpportunities
Start Learning Below
window.onload = function() {
var websiteUrl = ‘https://free-online-courses-with-certificates.my.canva.site/’; // Replace with your website URL
var iframe = document.createElement(‘iframe’);
iframe.setAttribute(‘width’, ‘100%’);
iframe.setAttribute(‘height’, ‘500’); // Adjust height as needed
iframe.setAttribute(‘src’, websiteUrl);
iframe.setAttribute(‘frameborder’, ‘0’);
iframe.setAttribute(‘allowfullscreen’, ‘true’);
document.getElementById(‘website-container’).appendChild(iframe);
};