es /build/styles.css

This commit is contained in:
2021-12-16 01:37:46 -03:00
parent 6b4ac10e9e
commit 188c319cdc

View File

@@ -9,9 +9,9 @@
<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'">
<link rel="preload" href="/build/styles.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="/build/styles.css">
</noscript>
<script defer src='/build/bundle.js'></script>