Cargando estilos con preload

This commit is contained in:
2021-12-16 01:31:26 -03:00
parent 46509369a6
commit 6b4ac10e9e

View File

@@ -9,6 +9,11 @@
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/build/index.css'>
<link rel="preload" href="styles.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="styles.css">
</noscript>
<script defer src='/build/bundle.js'></script>
</head>