index.css no styles.css

This commit is contained in:
2021-12-16 01:42:01 -03:00
parent 188c319cdc
commit 7fe01c518b

View File

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