Refused to apply style from '<URL>' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled
Refused to execute script from '<URL>' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
yo llamo los css y js asi:
Código:
<link rel="stylesheet" type="text/css" href="<?php echo URL . VIEWS . DFT; ?>Css/cssxyz.min.css">
<script src="<?php echo URL . VIEWS . DFT; ?>Js/jsxyz.min.js" type="text/javascript"></script>
en la cabecera de la página tengo esto:
Código:
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>titulo de mi pagina xyz</title>
no entiendo porqué me sale ese error de los tipos MIME, lo he comparado con otros desarrollos que he subido y que funcionan y están prácticamente iguales