preload tag
Preload assets asynchronously. Can be used for preloading scripts, stylesheets, images, fonts and other asset types.
<link rel="preload" href="style.css" as="style">
copy
Preload assets asynchronously. Can be used for preloading scripts, stylesheets, images, fonts and other asset types.
<link rel="preload" href="style.css" as="style">
copy