cara membuat preloader menghilang dalam html

window. addEventListener ("load", function() { loader. style. display = 'none'; });
Yasin