The codes in checkout.html, checkout.js, cart-oop.js are correct. But opening with checkout.html in live server gives the error codes below. What could be the issue?
Refused to apply style from 'http://127.0.0.1:5500/styles/shared/general.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
checkout.html:1
Refused to apply style from 'http://127.0.0.1:5500/styles/pages/checkout/checkout-header.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
checkout.html:1
Refused to apply style from 'http://127.0.0.1:5500/styles/pages/checkout/checkout.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
checkout.html:26 GET http://127.0.0.1:5500/images/amazon-logo.png 404 (Not Found)
checkout.html:27 GET http://127.0.0.1:5500/images/amazon-mobile-logo.png 404 (Not Found)
checkout.html:208 GET http://127.0.0.1:5500/scripts/checkout.js net::ERR_ABORTED 404 (Not Found)
checkout.html:37 GET http://127.0.0.1:5500/images/icons/checkout-lock-icon.png 404 (Not Found)

The codes in checkout.html, checkout.js, cart-oop.js are correct. But opening with checkout.html in live server gives the error codes below. What could be the issue?
Refused to apply style from 'http://127.0.0.1:5500/styles/shared/general.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
checkout.html:1
Refused to apply style from 'http://127.0.0.1:5500/styles/pages/checkout/checkout-header.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
checkout.html:1
Refused to apply style from 'http://127.0.0.1:5500/styles/pages/checkout/checkout.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
checkout.html:26 GET http://127.0.0.1:5500/images/amazon-logo.png 404 (Not Found)
checkout.html:27 GET http://127.0.0.1:5500/images/amazon-mobile-logo.png 404 (Not Found)
checkout.html:208 GET http://127.0.0.1:5500/scripts/checkout.js net::ERR_ABORTED 404 (Not Found)
checkout.html:37 GET http://127.0.0.1:5500/images/icons/checkout-lock-icon.png 404 (Not Found)