The preload value of the <link> element's rel attribute lets you declare fetch requests in the
HTML's <head>, specifying resources that your page will need very soon, which you want to start loading early in the page lifecycle,
before browsers' main rendering machinery kicks in. This ensures they are available</head></link>…