Kode JS preloader

//preloader//
const win = $(window);
win.on("load", () => $("#preloader").fadeOut('800'));
RENDER SMITH