Covid-19 Website Banner
On 26 March 2020 in the Government Gazette (Vol. 657) it was first stated that all websites with a .ZA top-level domain would be required to have (at the least) a visible link to www.sacoronavirus.co.za.
You can naturally add some form of a banner or link to the website yourself, but seeing as not everybody necessarily possesses the technical knowhow to create a nice looking banner on their website, I’ve taken it upon myself to create a very simple little script which you can copy and paste somewhere on your homepage, and an elegant, clean banner will be rendered at the bottom of the site.
Adds a simple banner to the front end of your website as required by law in the Governemnt Gazette (Vol. 657) Section 5.1.4
You can read more about the new rules for co.za domains on MyBroadband.
Simply copy the snippet below and paste it on on your site’s homepage.
<script>
(function() {var script = document.createElement(‘script’);script.src = ‘//www.netsted.co.za/covid-19-banner/covid-banner.min.js’;script.async = true;script.defer = ‘defer’;document.body.appendChild(script);})();
</script>
